Class: Aws::SageMaker::Types::ContextSource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A structure describing the source of a context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_idString

The ID of the source.

Returns:

  • (String)


4190
4191
4192
4193
4194
4195
4196
# File 'lib/aws-sdk-sagemaker/types.rb', line 4190

class ContextSource < Struct.new(
  :source_uri,
  :source_type,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of the source.

Returns:

  • (String)


4190
4191
4192
4193
4194
4195
4196
# File 'lib/aws-sdk-sagemaker/types.rb', line 4190

class ContextSource < Struct.new(
  :source_uri,
  :source_type,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

The URI of the source.

Returns:

  • (String)


4190
4191
4192
4193
4194
4195
4196
# File 'lib/aws-sdk-sagemaker/types.rb', line 4190

class ContextSource < Struct.new(
  :source_uri,
  :source_type,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end