ai_api_client_sdk.models.execution_create_response module¶
- class ai_api_client_sdk.models.execution_create_response.ExecutionCreateResponse(id: str, message: str, status: Status, **kwargs)¶
Bases:
BasicResponseThe ExecutionCreateResponse object defines the response of the execution create request :param id: ID of the execution :type id: str :param message: Response message from the server :type message: str :param status: Status of the execution :type status: class:ai_api_client_sdk.models.status.Status :param **kwargs: The keyword arguments are there in case there are additional attributes returned from server
- static from_dict(response_dict: Dict[str, Any])¶
Returns a
ai_api_client_sdk.models.execution_create_response.ExecutionCreateResponseobject, 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.execution_create_response.ExecutionCreateResponse