| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetUpdateSummary |
DatasetUpdateSummary.clone() |
DatasetUpdateSummary |
Dataset.getLatestDatasetUpdate()
Describes the latest update to the dataset.
|
DatasetUpdateSummary |
DatasetUpdateSummary.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the dataset update.
|
DatasetUpdateSummary |
DatasetUpdateSummary.withFailureReason(String failureReason)
If updating a dataset fails, provides the reason why.
|
DatasetUpdateSummary |
DatasetUpdateSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset.
|
DatasetUpdateSummary |
DatasetUpdateSummary.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
|
DatasetUpdateSummary |
DatasetUpdateSummary.withStatus(String status)
The status of the dataset update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setLatestDatasetUpdate(DatasetUpdateSummary latestDatasetUpdate)
Describes the latest update to the dataset.
|
Dataset |
Dataset.withLatestDatasetUpdate(DatasetUpdateSummary latestDatasetUpdate)
Describes the latest update to the dataset.
|
Copyright © 2023. All rights reserved.