ServiceJobSummary - AWS Batch

ServiceJobSummary

Summary information about a service job.

Contents

jobId

The job ID for the service job.

Type: String

Required: Yes

jobName

The name of the service job.

Type: String

Required: Yes

serviceJobType

The type of service job. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

Type: String

Valid Values: SAGEMAKER_TRAINING

Required: Yes

createdAt

The Unix timestamp (in milliseconds) for when the service job was created.

Type: Long

Required: No

jobArn

The Amazon Resource Name (ARN) of the service job.

Type: String

Required: No

latestAttempt

Information about the latest attempt for the service job.

Type: LatestServiceJobAttempt object

Required: No

shareIdentifier

The share identifier for the job.

Type: String

Required: No

startedAt

The Unix timestamp (in milliseconds) for when the service job was started.

Type: Long

Required: No

status

The current status of the service job.

Type: String

Valid Values: SUBMITTED | PENDING | RUNNABLE | SCHEDULED | STARTING | RUNNING | SUCCEEDED | FAILED

Required: No

statusReason

A short string to provide more details on the current status of the service job.

Type: String

Required: No

stoppedAt

The Unix timestamp (in milliseconds) for when the service job stopped running.

Type: Long

Required: No

See Also

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