| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJob |
DatasetImportJob.clone() |
DatasetImportJob |
DescribeDatasetImportJobResult.getDatasetImportJob()
Information about the dataset import job, including the status.
|
DatasetImportJob |
DatasetImportJob.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the dataset import job.
|
DatasetImportJob |
DatasetImportJob.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that receives the imported data.
|
DatasetImportJob |
DatasetImportJob.withDatasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
|
DatasetImportJob |
DatasetImportJob.withDataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
|
DatasetImportJob |
DatasetImportJob.withFailureReason(String failureReason)
If a dataset import job fails, provides the reason why.
|
DatasetImportJob |
DatasetImportJob.withImportMode(ImportMode importMode)
The import mode used by the dataset import job to import new records.
|
DatasetImportJob |
DatasetImportJob.withImportMode(String importMode)
The import mode used by the dataset import job to import new records.
|
DatasetImportJob |
DatasetImportJob.withJobName(String jobName)
The name of the import job.
|
DatasetImportJob |
DatasetImportJob.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the dataset was last updated.
|
DatasetImportJob |
DatasetImportJob.withPublishAttributionMetricsToS3(Boolean publishAttributionMetricsToS3)
Whether the job publishes metrics to Amazon S3 for a metric attribution.
|
DatasetImportJob |
DatasetImportJob.withRoleArn(String roleArn)
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
|
DatasetImportJob |
DatasetImportJob.withStatus(String status)
The status of the dataset import job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetImportJobResult.setDatasetImportJob(DatasetImportJob datasetImportJob)
Information about the dataset import job, including the status.
|
DescribeDatasetImportJobResult |
DescribeDatasetImportJobResult.withDatasetImportJob(DatasetImportJob datasetImportJob)
Information about the dataset import job, including the status.
|
Copyright © 2022. All rights reserved.