ai_api_client_sdk.models.enactment_get_status_response module¶
- class ai_api_client_sdk.models.enactment_get_status_response.EnactmentGetStatusResponse(id: str, configuration_id: str, status: Status, created_at: datetime, modified_at: datetime, status_details: Dict[str, Any] = None)¶
Bases:
objectEnactmentGetStatusResponse object defines the response from the server to get status of Execution/Deployment :param id: ID of the enactment :type id: str :param configuration_id: ID of the configuration which configured the enactment :type configuration_id: str :param status: Status of the enactment :type status: class:ai_api_client_sdk.models.status.Status :param created_at: Time when the enactment was created :type created_at: datetime :param modified_at: Time when the enactment was last modified :type modified_at: datetime :param status_details: A dict, which gives detailed information about the status of the enactment, defaults to None :type status_details: Dict[str, Any], optional