You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::Image
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Image
- Defined in:
- (unknown)
Overview
A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion
.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the image was created.
-
#description ⇒ String
The description of the image.
-
#display_name ⇒ String
The name of the image as displayed.
-
#failure_reason ⇒ String
When a create, update, or delete operation fails, the reason for the failure.
-
#image_arn ⇒ String
The Amazon Resource Name (ARN) of the image.
-
#image_name ⇒ String
The name of the image.
-
#image_status ⇒ String
The status of the image.
-
#last_modified_time ⇒ Time
When the image was last modified.
Instance Attribute Details
#creation_time ⇒ Time
When the image was created.
#description ⇒ String
The description of the image.
#display_name ⇒ String
The name of the image as displayed.
#failure_reason ⇒ String
When a create, update, or delete operation fails, the reason for the failure.
#image_arn ⇒ String
The Amazon Resource Name (ARN) of the image.
#image_name ⇒ String
The name of the image.
#image_status ⇒ String
The status of the image.
Possible values:
- CREATING
- CREATED
- CREATE_FAILED
- UPDATING
- UPDATE_FAILED
- DELETING
- DELETE_FAILED
#last_modified_time ⇒ Time
When the image was last modified.