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.



18831
18832
18833
18834
18835
# File 'lib/aws-sdk-sagemaker/types.rb', line 18831

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