ImageVersion
A version of a SageMaker AI 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: Minimum length of 0. Maximum length of 256. Pattern: arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-zA-Z0-9]([-.]?[a-zA-Z0-9])*Required: Yes 
- ImageVersionArn
- 
               The ARN of the version. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Pattern: (arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+|None)Required: Yes 
- ImageVersionStatus
- 
               The status of the version. Type: String Valid Values: CREATING | CREATED | CREATE_FAILED | DELETING | DELETE_FAILEDRequired: 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: Minimum length of 0. Maximum length of 1024. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: