@Generated(value="software.amazon.awssdk:codegen") public final class Recommender extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Recommender.Builder,Recommender>
Describes a recommendation generator for a Domain dataset group. You create a recommender in a Domain dataset group for a specific domain use case (domain recipe), and specify the recommender in a GetRecommendations request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Recommender.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Recommender.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix format) that the recommender was created.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If a recommender fails, the reason behind the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix format) that the recommender was last updated.
|
RecommenderUpdateSummary |
latestRecommenderUpdate()
Provides a summary of the latest updates to the recommender.
|
String |
name()
The name of the recommender.
|
String |
recipeArn()
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created
for.
|
String |
recommenderArn()
The Amazon Resource Name (ARN) of the recommender.
|
RecommenderConfig |
recommenderConfig()
The configuration details of the recommender.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Recommender.Builder> |
serializableBuilderClass() |
String |
status()
The status of the recommender.
|
Recommender.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String recommenderArn()
The Amazon Resource Name (ARN) of the recommender.
public final String datasetGroupArn()
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
public final String name()
The name of the recommender.
public final String recipeArn()
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.
public final RecommenderConfig recommenderConfig()
The configuration details of the recommender.
public final Instant creationDateTime()
The date and time (in Unix format) that the recommender was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix format) that the recommender was last updated.
public final String status()
The status of the recommender.
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
public final String failureReason()
If a recommender fails, the reason behind the failure.
public final RecommenderUpdateSummary latestRecommenderUpdate()
Provides a summary of the latest updates to the recommender.
public Recommender.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Recommender.Builder,Recommender>public static Recommender.Builder builder()
public static Class<? extends Recommender.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.