Class: Aws::SageMaker::Types::DescribeContextRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeContextRequest
 
- 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 describe. 
Instance Attribute Details
#context_name ⇒ String
The name of the context to describe.
| 13017 13018 13019 13020 13021 | # File 'lib/aws-sdk-sagemaker/types.rb', line 13017 class DescribeContextRequest < Struct.new( :context_name) SENSITIVE = [] include Aws::Structure end |