Method: Aws::SageMaker::Types::ContextSummary#context_type

Defined in:
lib/aws-sdk-sagemaker/types.rb

#context_typeString

The type of the context.

Returns:

  • (String)


7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
# File 'lib/aws-sdk-sagemaker/types.rb', line 7525

class ContextSummary < Struct.new(
  :context_arn,
  :context_name,
  :source,
  :context_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end