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_arn ⇒ String

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_time ⇒ Time

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.

#description ⇒ String

The description of the recipe.

Returns:

  • (String) —

    The description of the recipe.

#feature_transformation_arn ⇒ String

The ARN of the FeatureTransformation object.

Returns:

  • (String) —

    The ARN of the FeatureTransformation object.

#last_updated_date_time ⇒ Time

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.

#name ⇒ String

The name of the recipe.

Returns:

  • (String) —

    The name of the recipe.

#recipe_arn ⇒ String

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the recipe.

#recipe_type ⇒ String

One of the following values:

  • PERSONALIZED_RANKING

  • RELATED_ITEMS

  • USER_PERSONALIZATION

Returns:

  • (String) —

    One of the following values:.

#status ⇒ String

The status of the recipe.

Returns:

  • (String) —

    The status of the recipe.