You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeImageVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeImageVersionResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #base_image  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The registry path of the container image on which this image version is based. 
- 
  
    
      #container_image  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The registry path of the container image that contains this image version. 
- 
  
    
      #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 Amazon Resource Name (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
#base_image ⇒ String
The registry path of the container image on which this image version is based.
#container_image ⇒ String
The registry path of the container image that contains this image version.
#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 Amazon Resource Name (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.
Possible values:
- CREATING
- CREATED
- CREATE_FAILED
- DELETING
- DELETE_FAILED
#last_modified_time ⇒ Time
When the version was last modified.
#version ⇒ Integer
The version number.