| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.clone() |
DataSource |
DatasetImportJob.getDataSource()
The Amazon S3 bucket that contains the training data to import.
|
DataSource |
CreateDatasetImportJobRequest.getDataSource()
The Amazon S3 bucket that contains the training data to import.
|
DataSource |
DataSource.withDataLocation(String dataLocation)
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetImportJob.setDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
void |
CreateDatasetImportJobRequest.setDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
DatasetImportJob |
DatasetImportJob.withDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
Copyright © 2021. All rights reserved.