Class: Aws::CustomerProfiles::Types::MetadataConfig

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

#metadata_columnsArray<String>

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

Returns:

  • (Array<String>)


7290
7291
7292
7293
7294
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7290

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