Class: Aws::SageMaker::Types::DatasetSource

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

Overview

Specifies a dataset source for a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset resource.

Returns:

  • (String)


13807
13808
13809
13810
13811
# File 'lib/aws-sdk-sagemaker/types.rb', line 13807

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