ai_api_client_sdk.models.execution_get_status_response module

class ai_api_client_sdk.models.execution_get_status_response.ExecutionGetStatusResponse(id: str, configuration_id: str, status: Status, created_at: datetime, modified_at: datetime, status_details: Dict[str, Any] = None)

Bases: EnactmentGetStatusResponse

The ExecutionGetStatusResponse object defines the response of the execution get status :param id: ID of the execution :type id: str :param configuration_id: ID of the configuration which configured the execution :type configuration_id: str :param status: Status of the execution :type status: class:ai_api_client_sdk.models.status.Status :param created_at: Time when the execution was created :type created_at: datetime :param modified_at: Time when the execution was last modified :type modified_at: datetime :param status_details: A dict, which gives detailed information about the status of the execution, defaults to None :type status_details: Dict[str, Any], optional

__init__(id: str, configuration_id: str, status: Status, created_at: datetime, modified_at: datetime, status_details: Dict[str, Any] = None)
static from_dict(execution_dict: Dict[str, Any])
Returns a ai_api_client_sdk.models.execution_get_status_response.ExecutionGetStatusResponse object,

created from the values in the dict provided as parameter

Parameters:

execution_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_get_status_response.ExecutionGetStatusResponse