View a markdown version of this page

Job - 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).

Job

The properties of a job returned by the Search API.

Contents

CreationTime

The date and time that the job was created.

Type: Timestamp

Required: No

EndTime

The date and time that the job ended.

Type: Timestamp

Required: No

FailureReason

If the job failed, the reason it failed.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: No

JobArn

The Amazon Resource Name (ARN) of the job.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: arn:(aws[a-z\-]*):sagemaker:[a-z0-9\-]+:[0-9]{12}:job/[a-zA-Z0-9]+/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}

Required: No

JobCategory

The category of the job.

Type: String

Valid Values: AgentRFT | AgentRFTEvaluation

Required: No

JobConfigDocument

The JSON configuration document for the job.

Type: String

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

Required: No

JobConfigSchemaVersion

The schema version used for the job configuration document.

Type: String

Length Constraints: Minimum length of 5. Maximum length of 16.

Pattern: \d+\.\d+\.\d+

Required: No

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: No

JobStatus

The current status of the job.

Type: String

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

Required: No

LastModifiedTime

The date and time that the job was last modified.

Type: Timestamp

Required: No

RoleArn

The ARN of the IAM role associated with the job.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+

Required: No

SecondaryStatus

The detailed secondary status of the job, providing more granular information about the job's progress.

Type: String

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

Required: No

SecondaryStatusTransitions

A list of secondary status transitions for the job, with timestamps and optional status messages.

Type: Array of JobSecondaryStatusTransition objects

Array Members: Minimum number of 0 items. Maximum number of 100 items.

Required: No

Tags

The tags associated with the job.

Type: Array of Tag objects

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Required: No

See Also

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