You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Personalize::Types::Recipe

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.

#creation_date_timeTime

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

Returns:

  • (Time)

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

#descriptionString

The description of the recipe.

Returns:

  • (String)

    The description of the recipe.

#feature_transformation_arnString

The ARN of the FeatureTransformation object.

Returns:

  • (String)

    The ARN of the FeatureTransformation object.

#last_updated_date_timeTime

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

Returns:

  • (Time)

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

#nameString

The name of the recipe.

Returns:

  • (String)

    The name of the recipe.

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the recipe.

#recipe_typeString

One of the following values:

  • PERSONALIZED_RANKING

  • RELATED_ITEMS

  • USER_PERSONALIZATION

Returns:

  • (String)

    One of the following values:.

#statusString

The status of the recipe.

Returns:

  • (String)

    The status of the recipe.