Class: Aws::CustomerProfiles::Types::RecommenderRecipe
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::RecommenderRecipe
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Defines the algorithm and approach used to generate recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the recommender recipe's purpose and functionality.
-
#name ⇒ String
The name of the recommender recipe.
Instance Attribute Details
#description ⇒ String
A description of the recommender recipe's purpose and functionality.
8629 8630 8631 8632 8633 8634 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8629 class RecommenderRecipe < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recommender recipe.
8629 8630 8631 8632 8633 8634 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8629 class RecommenderRecipe < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |