| |
- ai_api_client_sdk.models.base_models.BasicResponse(builtins.object)
-
- ConfigurationCreateResponse
class ConfigurationCreateResponse(ai_api_client_sdk.models.base_models.BasicResponse) |
|
ConfigurationCreateResponse(id: str, message: str, **kwargs)
The ConfigurationCreateResponse object defines the response of the configuration create request. Refer to
:class:`ai_api_client_sdk.models.base_models.BasicResponse`, for the object definition |
|
- Method resolution order:
- ConfigurationCreateResponse
- ai_api_client_sdk.models.base_models.BasicResponse
- builtins.object
Static methods defined here:
- from_dict(response_dict: Dict[str, Any])
- Returns a :class:`ai_api_client_sdk.models.configuration_create_response.ConfigurationCreateResponse` object,
created from the values in the dict provided as parameter
:param response_dict: Dict which includes the necessary values to create the object
:type response_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.configuration_create_response.ConfigurationCreateResponse`
Methods inherited from ai_api_client_sdk.models.base_models.BasicResponse:
- __init__(self, id: str, message: str, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Data descriptors inherited from ai_api_client_sdk.models.base_models.BasicResponse:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |