An object that represents a job attempt.
The details for the container in this job attempt.
The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).
STARTING
RUNNING
A short, human-readable string to provide additional details for the current status of the job attempt.
The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
SUCCEEDED
FAILED