ai_api_client_sdk.models.execution_schedule_query_response module¶
- class ai_api_client_sdk.models.execution_schedule_query_response.ExecutionScheduleQueryResponse(resources: List[ExecutionSchedule], count: int, **kwargs)¶
Bases:
QueryResponseThe ExecutionScheduleQueryResponse object defines the response of the execution schedule query request :param resources: List of the execution schedules returned from the server :type resources: List[class:ai_api_client_sdk.models.execution_schedule.ExecutionSchedule] :param count: Total number of the queried execution schedules :type count: int :param **kwargs: The keyword arguments are there in case there are additional attributes returned from server
- __init__(resources: List[ExecutionSchedule], count: int, **kwargs)¶
- static from_dict(response_dict: Dict[str, Any])¶
Returns a
ai_api_client_sdk.models.execution_schedule_query_response.ExecutionScheduleQueryResponseobject, 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_query_response.ExecutionScheduleQueryResponse