Class: Aws::QBusiness::Types::DateAttributeBoostingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DateAttributeBoostingConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides information on boosting DATE
type document attributes.
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
-
#boosting_duration_in_seconds ⇒ Integer
Specifies the duration, in seconds, of a boost applies to a
DATE
type document attribute. -
#boosting_level ⇒ String
Specifies the priority tier ranking of boosting applied to document attributes.
Instance Attribute Details
#boosting_duration_in_seconds ⇒ Integer
Specifies the duration, in seconds, of a boost applies to a DATE
type document attribute.
3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3200 class DateAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#boosting_level ⇒ String
Specifies the priority tier ranking of boosting applied to document attributes. For version 2, this parameter indicates the relative ranking between boosted fields (ONE being highest priority, TWO being second highest, etc.) and determines the order in which attributes influence document ranking in search results. For version 1, this parameter specifies the boosting intensity. For version 2, boosting intensity (VERY HIGH, HIGH, MEDIUM, LOW, NONE) are not supported. Note that in version 2, you are not allowed to boost on only one field and make this value TWO.
3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3200 class DateAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |