| |
- ai_api_client_sdk.models.base_models.BasicResponse(builtins.object)
-
- ExecutionScheduleCreateResponse
class ExecutionScheduleCreateResponse(ai_api_client_sdk.models.base_models.BasicResponse) |
|
ExecutionScheduleCreateResponse(id: str, message: str, **kwargs)
The ExecutionScheduleCreateResponse object defines the response of the execution schedule create request.
Refer to :class:`ai_api_client_sdk.models.base_models.BasicResponse`, for the object definition |
|
- Method resolution order:
- ExecutionScheduleCreateResponse
- 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.execution_schedule_create_response.ExecutionScheduleCreateResponse`
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.execution_schedule_create_response.ExecutionScheduleCreateResponse`
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)
| |