View a markdown version of this page

JobSummary - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

JobSummary

Provides summary information about a job, returned by the ListJobs operation. Use DescribeJob to get full details for a specific job.

Contents

CreationTime

The date and time that the job was created.

Type: Timestamp

Required: Yes

JobCategory

The category of the job.

Type: String

Valid Values: AgentRFT | AgentRFTEvaluation

Required: Yes

JobName

The name of the job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: [a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}

Required: Yes

JobSecondaryStatus

The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.

Type: String

Valid Values: Starting | Downloading | Training | Uploading | Stopping | Stopped | MaxRuntimeExceeded | Interrupted | Failed | Completed | Restarting | Pending | Evaluating | Deleting | DeleteFailed

Required: Yes

JobStatus

The current status of the job.

Type: String

Valid Values: InProgress | Completed | Failed | Stopping | Stopped | Deleting | DeleteFailed

Required: Yes

LastModifiedTime

The date and time that the job was last modified.

Type: Timestamp

Required: Yes

EndTime

The date and time that the job ended.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: