Class: Aws::Personalize::Types::DataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Describes the data source that contains the data to upload to a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_locationString

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:

s3://bucket-name/folder-name/

Returns:

  • (String)


1708
1709
1710
1711
1712
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1708

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