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.
9491 9492 9493 9494 9495 9496 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9491 class RecommenderRecipe < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recommender recipe.
9491 9492 9493 9494 9495 9496 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9491 class RecommenderRecipe < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |