ai_api_client_sdk.models.execution_schedule_create_response module¶
- class ai_api_client_sdk.models.execution_schedule_create_response.ExecutionScheduleCreateResponse(id: str, message: str, **kwargs)¶
Bases:
BasicResponseThe ExecutionScheduleCreateResponse object defines the response of the execution schedule 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.execution_schedule_create_response.ExecutionScheduleCreateResponseobject, 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_schedule_create_response.ExecutionScheduleCreateResponse