JobPropertiesExecutionInfo Class
Information about the execution of a job.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
JobPropertiesExecutionInfo
Constructor
JobPropertiesExecutionInfo(**kwargs)
Variables
- start_time
- datetime
The time at which the job started running. 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.
- end_time
- datetime
The time at which the job completed. This property is only returned if the job is in completed state.
- exit_code
- int
The exit code of the job. This property is only returned if the job is in completed state.
- errors
- list[<xref:batch_ai.models.BatchAIError>]
A collection of errors encountered by the service during job execution.
Feedback
Submit and view feedback for