| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
RecommenderSummary |
RecommenderSummary.clone() |
RecommenderSummary |
RecommenderSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recommender was created.
|
RecommenderSummary |
RecommenderSummary.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
|
RecommenderSummary |
RecommenderSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix format) that the recommender was last updated.
|
RecommenderSummary |
RecommenderSummary.withName(String name)
The name of the recommender.
|
RecommenderSummary |
RecommenderSummary.withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created
for.
|
RecommenderSummary |
RecommenderSummary.withRecommenderArn(String recommenderArn)
The Amazon Resource Name (ARN) of the recommender.
|
RecommenderSummary |
RecommenderSummary.withRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender.
|
RecommenderSummary |
RecommenderSummary.withStatus(String status)
The status of the recommender.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommenderSummary> |
ListRecommendersResult.getRecommenders()
A list of the recommenders.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendersResult |
ListRecommendersResult.withRecommenders(RecommenderSummary... recommenders)
A list of the recommenders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendersResult.setRecommenders(Collection<RecommenderSummary> recommenders)
A list of the recommenders.
|
ListRecommendersResult |
ListRecommendersResult.withRecommenders(Collection<RecommenderSummary> recommenders)
A list of the recommenders.
|
Copyright © 2023. All rights reserved.