| 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 |
DataDeletionJob.getDataSource() |
DataSource |
CreateDatasetImportJobRequest.getDataSource()
The Amazon S3 bucket that contains the training data to import.
|
DataSource |
CreateDataDeletionJobRequest.getDataSource()
The Amazon S3 bucket that contains the list of userIds of the users to delete.
|
DataSource |
DataSource.withDataLocation(String dataLocation)
For dataset import jobs, 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 |
DataDeletionJob.setDataSource(DataSource dataSource) |
void |
CreateDatasetImportJobRequest.setDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
void |
CreateDataDeletionJobRequest.setDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the list of userIds of the users to delete.
|
DatasetImportJob |
DatasetImportJob.withDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
DataDeletionJob |
DataDeletionJob.withDataSource(DataSource dataSource) |
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
CreateDataDeletionJobRequest |
CreateDataDeletionJobRequest.withDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the list of userIds of the users to delete.
|
Copyright © 2024. All rights reserved.