Class: Aws::SageMaker::Types::ImageVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ImageVersion
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A version of a SageMaker AI ‘Image`. A version represents an existing container image.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the version was created.
 - 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When a create or delete operation fails, the reason for the failure.
 - 
  
    
      #image_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the image the version is based on.
 - 
  
    
      #image_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the version.
 - 
  
    
      #image_version_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the version.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the version was last modified.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number.
 
Instance Attribute Details
#creation_time ⇒ Time
When the version was created.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reason ⇒ String
When a create or delete operation fails, the reason for the failure.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#image_arn ⇒ String
The ARN of the image the version is based on.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#image_version_arn ⇒ String
The ARN of the version.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#image_version_status ⇒ String
The status of the version.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the version was last modified.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The version number.
      25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25335 class ImageVersion < Struct.new( :creation_time, :failure_reason, :image_arn, :image_version_arn, :image_version_status, :last_modified_time, :version) SENSITIVE = [] include Aws::Structure end  |