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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


12336
12337
12338
12339
12340
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12336

class DescribeContextRequest < Struct.new(
  :context_name)
  SENSITIVE = []
  include Aws::Structure
end