Class: Aws::CustomerProfiles::Types::MetadataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::MetadataConfig
- 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
-
#metadata_columns ⇒ Array<String>
A list of metadata column names from your Items dataset to include in the recommendation response.
Instance Attribute Details
#metadata_columns ⇒ Array<String>
A list of metadata column names from your Items dataset to include in the recommendation response.
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 |