Class: Aws::SageMaker::Types::UpdateContextRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateContextRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #context_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the context to update.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new description for the context.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new list of properties.
 - 
  
    
      #properties_to_remove  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to remove.
 
Instance Attribute Details
#context_name ⇒ String
The name of the context to update.
      47452 47453 47454 47455 47456 47457 47458 47459  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47452 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The new description for the context.
      47452 47453 47454 47455 47456 47457 47458 47459  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47452 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
The new list of properties. Overwrites the current property list.
      47452 47453 47454 47455 47456 47457 47458 47459  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47452 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
      47452 47453 47454 47455 47456 47457 47458 47459  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47452 class UpdateContextRequest < Struct.new( :context_name, :description, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  |