Class: Aws::SageMaker::Types::CreateContextRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateContextRequest
 
 
- 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.
 - 
  
    
      #context_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The context type.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the context.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to add to the context.
 - 
  
    
      #source  ⇒ Types::ContextSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source type, ID, and URI.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags to apply to the context.
 
Instance Attribute Details
#context_name ⇒ String
The name of the context. Must be unique to your account in an Amazon Web Services Region.
      6538 6539 6540 6541 6542 6543 6544 6545 6546 6547  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6538 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#context_type ⇒ String
The context type.
      6538 6539 6540 6541 6542 6543 6544 6545 6546 6547  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6538 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the context.
      6538 6539 6540 6541 6542 6543 6544 6545 6546 6547  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6538 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
A list of properties to add to the context.
      6538 6539 6540 6541 6542 6543 6544 6545 6546 6547  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6538 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ContextSource
The source type, ID, and URI.
      6538 6539 6540 6541 6542 6543 6544 6545 6546 6547  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6538 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the context.
      6538 6539 6540 6541 6542 6543 6544 6545 6546 6547  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6538 class CreateContextRequest < Struct.new( :context_name, :source, :context_type, :description, :properties, :tags) SENSITIVE = [] include Aws::Structure end  |