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

ImageVersion

A version of a SageMaker Image. A version represents an existing container image.

Contents

CreationTime

When the version was created.

Type: Timestamp

Required: Yes

ImageArn

The ARN of the image the version is based on.

Type: String

Length Constraints: Maximum length of 256.

Pattern: ^arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$

Required: Yes

ImageVersionArn

The ARN of the version.

Type: String

Length Constraints: Maximum length of 256.

Pattern: ^arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$

Required: Yes

ImageVersionStatus

The status of the version.

Type: String

Valid Values: CREATING | CREATED | CREATE_FAILED | DELETING | DELETE_FAILED

Required: Yes

LastModifiedTime

When the version was last modified.

Type: Timestamp

Required: Yes

Version

The version number.

Type: Integer

Valid Range: Minimum value of 0.

Required: Yes

FailureReason

When a create or delete operation fails, the reason for the failure.

Type: String

Length Constraints: Maximum length of 1024.

Required: No

See Also

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