Class: Aws::SageMaker::Types::UpdateImageRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateImageRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delete_properties  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to delete.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new description for the image.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new display name for the image.
 - 
  
    
      #image_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the image to update.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new ARN for the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.
 
Instance Attribute Details
#delete_properties ⇒ Array<String>
A list of properties to delete. Only the ‘Description` and `DisplayName` properties can be deleted.
      48003 48004 48005 48006 48007 48008 48009 48010 48011  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48003 class UpdateImageRequest < Struct.new( :delete_properties, :description, :display_name, :image_name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The new description for the image.
      48003 48004 48005 48006 48007 48008 48009 48010 48011  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48003 class UpdateImageRequest < Struct.new( :delete_properties, :description, :display_name, :image_name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The new display name for the image.
      48003 48004 48005 48006 48007 48008 48009 48010 48011  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48003 class UpdateImageRequest < Struct.new( :delete_properties, :description, :display_name, :image_name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#image_name ⇒ String
The name of the image to update.
      48003 48004 48005 48006 48007 48008 48009 48010 48011  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48003 class UpdateImageRequest < Struct.new( :delete_properties, :description, :display_name, :image_name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The new ARN for the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.
      48003 48004 48005 48006 48007 48008 48009 48010 48011  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48003 class UpdateImageRequest < Struct.new( :delete_properties, :description, :display_name, :image_name, :role_arn) SENSITIVE = [] include Aws::Structure end  |