| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Recipe.Builder |
Recipe.Builder.algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
|
static Recipe.Builder |
Recipe.builder() |
Recipe.Builder |
Recipe.Builder.creationDateTime(Instant creationDateTime)
The date and time (in Unix format) that the recipe was created.
|
Recipe.Builder |
Recipe.Builder.description(String description)
The description of the recipe.
|
Recipe.Builder |
Recipe.Builder.featureTransformationArn(String featureTransformationArn)
The ARN of the FeatureTransformation object.
|
Recipe.Builder |
Recipe.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix format) that the recipe was last updated.
|
Recipe.Builder |
Recipe.Builder.name(String name)
The name of the recipe.
|
Recipe.Builder |
Recipe.Builder.recipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
Recipe.Builder |
Recipe.Builder.recipeType(String recipeType)
One of the following values:
|
Recipe.Builder |
Recipe.Builder.status(String status)
The status of the recipe.
|
Recipe.Builder |
Recipe.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Recipe.Builder> |
Recipe.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.recipe(Consumer<Recipe.Builder> recipe)
An object that describes the recipe.
|
Copyright © 2022. All rights reserved.