| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetExportJobSummary |
DatasetExportJobSummary.clone() |
DatasetExportJobSummary |
DatasetExportJobSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
|
DatasetExportJobSummary |
DatasetExportJobSummary.withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
|
DatasetExportJobSummary |
DatasetExportJobSummary.withFailureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
|
DatasetExportJobSummary |
DatasetExportJobSummary.withJobName(String jobName)
The name of the dataset export job.
|
DatasetExportJobSummary |
DatasetExportJobSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
|
DatasetExportJobSummary |
DatasetExportJobSummary.withStatus(String status)
The status of the dataset export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetExportJobSummary> |
ListDatasetExportJobsResult.getDatasetExportJobs()
The list of dataset export jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatasetExportJobsResult |
ListDatasetExportJobsResult.withDatasetExportJobs(DatasetExportJobSummary... datasetExportJobs)
The list of dataset export jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetExportJobsResult.setDatasetExportJobs(Collection<DatasetExportJobSummary> datasetExportJobs)
The list of dataset export jobs.
|
ListDatasetExportJobsResult |
ListDatasetExportJobsResult.withDatasetExportJobs(Collection<DatasetExportJobSummary> datasetExportJobs)
The list of dataset export jobs.
|
Copyright © 2023. All rights reserved.