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

#descriptionString

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

Returns:

  • (String)


8262
8263
8264
8265
8266
8267
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8262

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

#nameString

The name of the recommender recipe.

Returns:

  • (String)


8262
8263
8264
8265
8266
8267
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8262

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