Method: Aws::SageMaker::Types::ContextSummary#context_type
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#context_type ⇒ String
The type of the context.
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 |