@Generated(value="software.amazon.awssdk:codegen") public final class Recipe extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Recipe.Builder,Recipe>
Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Recipe.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
algorithmArn()
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
|
static Recipe.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix format) that the recipe was created.
|
String |
description()
The description of the recipe.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureTransformationArn()
The ARN of the FeatureTransformation object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix format) that the recipe was last updated.
|
String |
name()
The name of the recipe.
|
String |
recipeArn()
The Amazon Resource Name (ARN) of the recipe.
|
String |
recipeType()
One of the following values:
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Recipe.Builder> |
serializableBuilderClass() |
String |
status()
The status of the recipe.
|
Recipe.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the recipe.
public String recipeArn()
The Amazon Resource Name (ARN) of the recipe.
public String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
public String featureTransformationArn()
The ARN of the FeatureTransformation object.
public String status()
The status of the recipe.
public String description()
The description of the recipe.
public Instant creationDateTime()
The date and time (in Unix format) that the recipe was created.
public String recipeType()
One of the following values:
PERSONALIZED_RANKING
RELATED_ITEMS
USER_PERSONALIZATION
PERSONALIZED_RANKING
RELATED_ITEMS
USER_PERSONALIZATION
public Instant lastUpdatedDateTime()
The date and time (in Unix format) that the recipe was last updated.
public Recipe.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Recipe.Builder,Recipe>public static Recipe.Builder builder()
public static Class<? extends Recipe.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.