You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DataSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  data_location: "S3Location",
}

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

Returned by:

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/training-data.csv

Returns:

  • (String)

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