Class: Aws::SageMaker::Types::ContextSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ContextSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Lists a summary of the properties of a context. A context provides a logical grouping of other entities.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #context_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the context.
 - 
  
    
      #context_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the context.
 - 
  
    
      #context_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the context.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the context was created.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the context was last modified.
 - 
  
    
      #source  ⇒ Types::ContextSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source of the context.
 
Instance Attribute Details
#context_arn ⇒ String
The Amazon Resource Name (ARN) of the context.
      5445 5446 5447 5448 5449 5450 5451 5452 5453 5454  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5445 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#context_name ⇒ String
The name of the context.
      5445 5446 5447 5448 5449 5450 5451 5452 5453 5454  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5445 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#context_type ⇒ String
The type of the context.
      5445 5446 5447 5448 5449 5450 5451 5452 5453 5454  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5445 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the context was created.
      5445 5446 5447 5448 5449 5450 5451 5452 5453 5454  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5445 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the context was last modified.
      5445 5446 5447 5448 5449 5450 5451 5452 5453 5454  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5445 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ContextSource
The source of the context.
      5445 5446 5447 5448 5449 5450 5451 5452 5453 5454  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5445 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |