ai_api_client_sdk.models.configuration_create_response module¶
- class ai_api_client_sdk.models.configuration_create_response.ConfigurationCreateResponse(id: str, message: str, **kwargs)¶
Bases:
BasicResponseThe ConfigurationCreateResponse object defines the response of the configuration create request. Refer to
ai_api_client_sdk.models.base_models.BasicResponse, for the object definition- static from_dict(response_dict: Dict[str, Any])¶
Returns a
ai_api_client_sdk.models.configuration_create_response.ConfigurationCreateResponseobject, created from the values in the dict provided as parameter- Parameters:
response_dict (Dict[str, Any]) – Dict which includes the necessary values to create the object
- Returns:
An object, created from the values provided
- Return type:
class:ai_api_client_sdk.models.configuration_create_response.ConfigurationCreateResponse