Class: Aws::QBusiness::Types::DateAttributeBoostingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DateAttributeBoostingConfiguration
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/amazonq/latest/business-use-dg/metadata-boosting.html
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 how much a document attribute is boosted.
Instance Attribute Details
#boosting_duration_in_seconds ⇒ Integer
Specifies the duration, in seconds, of a boost applies to a ‘DATE` type document attribute.
2583 2584 2585 2586 2587 2588 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2583 class DateAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#boosting_level ⇒ String
Specifies how much a document attribute is boosted.
2583 2584 2585 2586 2587 2588 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2583 class DateAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |