| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
Recipe.clone() |
Recipe |
DescribeRecipeResult.getRecipe()
An object that describes the recipe.
|
Recipe |
Recipe.withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
|
Recipe |
Recipe.withCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recipe was created.
|
Recipe |
Recipe.withDescription(String description)
The description of the recipe.
|
Recipe |
Recipe.withFeatureTransformationArn(String featureTransformationArn)
The ARN of the FeatureTransformation object.
|
Recipe |
Recipe.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix format) that the recipe was last updated.
|
Recipe |
Recipe.withName(String name)
The name of the recipe.
|
Recipe |
Recipe.withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
Recipe |
Recipe.withRecipeType(String recipeType)
One of the following values:
|
Recipe |
Recipe.withStatus(String status)
The status of the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecipeResult.setRecipe(Recipe recipe)
An object that describes the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withRecipe(Recipe recipe)
An object that describes the recipe.
|
Copyright © 2022. All rights reserved.