| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
RecommenderUpdateSummary |
RecommenderUpdateSummary.clone() |
RecommenderUpdateSummary |
Recommender.getLatestRecommenderUpdate()
Provides a summary of the latest updates to the recommender.
|
RecommenderUpdateSummary |
RecommenderUpdateSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recommender update was created.
|
RecommenderUpdateSummary |
RecommenderUpdateSummary.withFailureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
|
RecommenderUpdateSummary |
RecommenderUpdateSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
|
RecommenderUpdateSummary |
RecommenderUpdateSummary.withRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
|
RecommenderUpdateSummary |
RecommenderUpdateSummary.withStatus(String status)
The status of the recommender update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recommender.setLatestRecommenderUpdate(RecommenderUpdateSummary latestRecommenderUpdate)
Provides a summary of the latest updates to the recommender.
|
Recommender |
Recommender.withLatestRecommenderUpdate(RecommenderUpdateSummary latestRecommenderUpdate)
Provides a summary of the latest updates to the recommender.
|
Copyright © 2022. All rights reserved.