Class: Aws::Personalize::Types::Recipe
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::Recipe
- Includes:
- Structure
- Defined in:
- 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][1
-
operation.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ 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.
-
#description ⇒ String
The description of the recipe.
-
#feature_transformation_arn ⇒ 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.
-
#name ⇒ String
The name of the recipe.
-
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe.
-
#recipe_type ⇒ String
One of the following values:.
-
#status ⇒ String
The status of the recipe.
Instance Attribute Details
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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_time ⇒ Time
The date and time (in Unix format) that the recipe was created.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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 |
#description ⇒ String
The description of the recipe.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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_arn ⇒ String
The ARN of the FeatureTransformation object.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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_time ⇒ Time
The date and time (in Unix format) that the recipe was last updated.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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 |
#name ⇒ String
The name of the recipe.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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_type ⇒ String
One of the following values:
-
PERSONALIZED_RANKING
-
RELATED_ITEMS
-
USER_PERSONALIZATION
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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 |
#status ⇒ String
The status of the recipe.
4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 |
# File 'lib/aws-sdk-personalize/types.rb', line 4834 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 |