Class: Aws::SageMaker::Types::Image
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::Image
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A SageMaker AI image. A SageMaker AI 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 AI
ImageVersion.
Constant Summary collapse
- SENSITIVE =
- [] 
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 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.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the image.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#display_name ⇒ String
The name of the image as displayed.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#failure_reason ⇒ String
When a create, update, or delete operation fails, the reason for the failure.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#image_arn ⇒ String
The ARN of the image.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#image_name ⇒ String
The name of the image.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#image_status ⇒ String
The status of the image.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#last_modified_time ⇒ Time
When the image was last modified.
| 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27222 class Image < Struct.new( :creation_time, :description, :display_name, :failure_reason, :image_arn, :image_name, :image_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end |