Class: Aws::CustomerProfiles::Types::RecommendationMetadata

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

Overview

Configuration for metadata to include in recommendation responses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<String>

A list of metadata column names from your Items dataset to include in the recommendation response.

Returns:

  • (Array<String>)


9270
9271
9272
9273
9274
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9270

class RecommendationMetadata < Struct.new(
  :columns)
  SENSITIVE = []
  include Aws::Structure
end