| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJobSummary |
DatasetImportJobSummary.clone() |
DatasetImportJobSummary |
DatasetImportJobSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset import job was created.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withDatasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withFailureReason(String failureReason)
If a dataset import job fails, the reason behind the failure.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withImportMode(ImportMode importMode)
The import mode the dataset import job used to update the data in the dataset.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withImportMode(String importMode)
The import mode the dataset import job used to update the data in the dataset.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withJobName(String jobName)
The name of the dataset import job.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset import job status was last updated.
|
DatasetImportJobSummary |
DatasetImportJobSummary.withStatus(String status)
The status of the dataset import job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetImportJobSummary> |
ListDatasetImportJobsResult.getDatasetImportJobs()
The list of dataset import jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetImportJobsResult |
ListDatasetImportJobsResult.withDatasetImportJobs(DatasetImportJobSummary... datasetImportJobs)
The list of dataset import jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetImportJobsResult.setDatasetImportJobs(Collection<DatasetImportJobSummary> datasetImportJobs)
The list of dataset import jobs.
|
ListDatasetImportJobsResult |
ListDatasetImportJobsResult.withDatasetImportJobs(Collection<DatasetImportJobSummary> datasetImportJobs)
The list of dataset import jobs.
|
Copyright © 2023. All rights reserved.