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.
14010 14011 14012 14013 14014 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14010 class DescribeContextRequest < Struct.new( :context_name) SENSITIVE = [] include Aws::Structure end |