class Aws::Personalize::Types::Recipe

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

@!attribute [rw] name

The name of the recipe.
@return [String]

@!attribute [rw] recipe_arn

The Amazon Resource Name (ARN) of the recipe.
@return [String]

@!attribute [rw] algorithm_arn

The Amazon Resource Name (ARN) of the algorithm that Amazon
Personalize uses to train the model.
@return [String]

@!attribute [rw] feature_transformation_arn

The ARN of the FeatureTransformation object.
@return [String]

@!attribute [rw] status

The status of the recipe.
@return [String]

@!attribute [rw] description

The description of the recipe.
@return [String]

@!attribute [rw] creation_date_time

The date and time (in Unix format) that the recipe was created.
@return [Time]

@!attribute [rw] recipe_type

One of the following values:

* PERSONALIZED\_RANKING

* RELATED\_ITEMS

* USER\_PERSONALIZATION
@return [String]

@!attribute [rw] last_updated_date_time

The date and time (in Unix format) that the recipe was last updated.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/Recipe AWS API Documentation

Constants

SENSITIVE