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)


15532
15533
15534
15535
15536
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15532

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