libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.Recipe

Description

 
Synopsis

Documentation

data Recipe Source #

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

Instances details
Eq Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Methods

(==) :: Recipe -> Recipe -> Bool #

(/=) :: Recipe -> Recipe -> Bool #

Read Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Show Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Generic Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Associated Types

type Rep Recipe :: Type -> Type #

Methods

from :: Recipe -> Rep Recipe x #

to :: Rep Recipe x -> Recipe #

NFData Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Methods

rnf :: Recipe -> () #

Hashable Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

Methods

hashWithSalt :: Int -> Recipe -> Int #

hash :: Recipe -> Int #

FromJSON Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

type Rep Recipe Source # 
Instance details

Defined in Amazonka.Personalize.Types.Recipe

newRecipe :: Recipe Source #

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:status:Recipe', recipe_status - The status of the recipe.

$sel:algorithmArn:Recipe', recipe_algorithmArn - The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.

$sel:recipeArn:Recipe', recipe_recipeArn - The Amazon Resource Name (ARN) 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:creationDateTime:Recipe', recipe_creationDateTime - The date and time (in Unix format) that the recipe was created.

$sel:recipeType:Recipe', recipe_recipeType - One of the following values:

  • PERSONALIZED_RANKING
  • RELATED_ITEMS
  • USER_PERSONALIZATION

$sel:description:Recipe', recipe_description - The description of the recipe.

recipe_status :: Lens' Recipe (Maybe Text) Source #

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_recipeArn :: Lens' Recipe (Maybe Text) Source #

The Amazon Resource Name (ARN) of the recipe.

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.

recipe_name :: Lens' Recipe (Maybe Text) Source #

The name of the recipe.

recipe_creationDateTime :: Lens' Recipe (Maybe UTCTime) Source #

The date and time (in Unix format) that the recipe was created.

recipe_recipeType :: Lens' Recipe (Maybe Text) Source #

One of the following values:

  • PERSONALIZED_RANKING
  • RELATED_ITEMS
  • USER_PERSONALIZATION

recipe_description :: Lens' Recipe (Maybe Text) Source #

The description of the recipe.