| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Personalize.Types.Recipe
Description
Synopsis
- data Recipe = Recipe' {}
- newRecipe :: Recipe
- recipe_algorithmArn :: Lens' Recipe (Maybe Text)
- recipe_creationDateTime :: Lens' Recipe (Maybe UTCTime)
- recipe_description :: Lens' Recipe (Maybe Text)
- recipe_featureTransformationArn :: Lens' Recipe (Maybe Text)
- recipe_lastUpdatedDateTime :: Lens' Recipe (Maybe UTCTime)
- recipe_name :: Lens' Recipe (Maybe Text)
- recipe_recipeArn :: Lens' Recipe (Maybe Text)
- recipe_recipeType :: Lens' Recipe (Maybe Text)
- recipe_status :: Lens' Recipe (Maybe Text)
Documentation
Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.
See: newRecipe smart constructor.
Constructors
| Recipe' | |
Fields
| |
Instances
Create a value of Recipe with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:algorithmArn:Recipe', recipe_algorithmArn - The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize
uses to train the model.
$sel:creationDateTime:Recipe', recipe_creationDateTime - The date and time (in Unix format) that the recipe was created.
$sel:description:Recipe', recipe_description - The description of the recipe.
$sel:featureTransformationArn:Recipe', recipe_featureTransformationArn - The ARN of the FeatureTransformation object.
$sel:lastUpdatedDateTime:Recipe', recipe_lastUpdatedDateTime - The date and time (in Unix format) that the recipe was last updated.
$sel:name:Recipe', recipe_name - The name of the recipe.
$sel:recipeArn:Recipe', recipe_recipeArn - The Amazon Resource Name (ARN) of the recipe.
$sel:recipeType:Recipe', recipe_recipeType - One of the following values:
- PERSONALIZED_RANKING
- RELATED_ITEMS
- USER_PERSONALIZATION
$sel:status:Recipe', recipe_status - The status of the recipe.
recipe_algorithmArn :: Lens' Recipe (Maybe Text) Source #
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
recipe_creationDateTime :: Lens' Recipe (Maybe UTCTime) Source #
The date and time (in Unix format) that the recipe was created.
recipe_featureTransformationArn :: Lens' Recipe (Maybe Text) Source #
The ARN of the FeatureTransformation object.
recipe_lastUpdatedDateTime :: Lens' Recipe (Maybe UTCTime) Source #
The date and time (in Unix format) that the recipe was last updated.