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.
13179 13180 13181 13182 13183 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13179 class DescribeContextRequest < Struct.new( :context_name) SENSITIVE = [] include Aws::Structure end |