Class: Aws::CustomerProfiles::Types::RecommenderRecipe

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Defines the algorithm and approach used to generate recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

A description of the recommender recipe's purpose and functionality.

Returns:

  • (String)


9491
9492
9493
9494
9495
9496
# File '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.

Returns:

  • (String)


9491
9492
9493
9494
9495
9496
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9491

class RecommenderRecipe < Struct.new(
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end