Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

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

Returns:

  • (Time)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the recipe.

Returns:

  • (String)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#feature_transformation_arnString

The ARN of the FeatureTransformation object.

Returns:

  • (String)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

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

Returns:

  • (Time)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recipe.

Returns:

  • (String)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_typeString

One of the following values:

  • PERSONALIZED_RANKING

  • RELATED_ITEMS

  • USER_PERSONALIZATION

Returns:

  • (String)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the recipe.

Returns:

  • (String)

4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4877

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end