JobSecondaryStatusTransition
Represents a secondary status transition for a job. Jobs progress through multiple secondary statuses during execution. Each transition records the status, start time, optional end time, and an optional message with additional details.
Contents
- StartTime
-
The date and time that the status transition started.
Type: Timestamp
Required: Yes
- Status
-
The secondary status of the job at this transition point.
Type: String
Valid Values:
Starting | Downloading | Training | Uploading | Stopping | Stopped | MaxRuntimeExceeded | Interrupted | Failed | Completed | Restarting | Pending | Evaluating | Deleting | DeleteFailedRequired: Yes
- EndTime
-
The date and time that the status transition ended.
Type: Timestamp
Required: No
- StatusMessage
-
A detailed message about the status transition.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: