Class: Aws::QBusiness::Types::StringAttributeBoostingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::StringAttributeBoostingConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides information on boosting STRING
type document attributes.
STRING
and STRING_LIST
type document attributes to be used for
boosting on the console and the API, they must be enabled for search
using the DocumentAttributeConfiguration object of the
UpdateIndex API. If you haven't enabled searching on these
attributes, you can't boost attributes of these data types on either
the console or the API.
For more information on how boosting document attributes work in Amazon Q Business, see Boosting using document attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_value_boosting ⇒ Hash<String,String>
Specifies specific values of a
STRING
type document attribute being boosted. -
#boosting_level ⇒ String
Specifies how much a document attribute is boosted.
Instance Attribute Details
#attribute_value_boosting ⇒ Hash<String,String>
Specifies specific values of a STRING
type document attribute
being boosted.
7105 7106 7107 7108 7109 7110 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7105 class StringAttributeBoostingConfiguration < Struct.new( :boosting_level, :attribute_value_boosting) SENSITIVE = [] include Aws::Structure end |
#boosting_level ⇒ String
Specifies how much a document attribute is boosted.
7105 7106 7107 7108 7109 7110 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7105 class StringAttributeBoostingConfiguration < Struct.new( :boosting_level, :attribute_value_boosting) SENSITIVE = [] include Aws::Structure end |