Class: Aws::SageMaker::Types::DescribeContextRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#context_nameString

The name of the context to describe.

Returns:

  • (String)


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