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.
8230 8231 8232 8233 8234 8235 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8230 class RecommenderRecipe < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recommender recipe.
8230 8231 8232 8233 8234 8235 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8230 class RecommenderRecipe < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |