Class: Aws::QBusiness::Types::NumberAttributeBoostingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::NumberAttributeBoostingConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides information on boosting NUMBER
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_level ⇒ String
Specifies the duration, in seconds, of a boost applies to a
NUMBER
type document attribute. -
#boosting_type ⇒ String
Specifies how much a document attribute is boosted.
Instance Attribute Details
#boosting_level ⇒ String
Specifies the duration, in seconds, of a boost applies to a NUMBER
type document attribute.
5910 5911 5912 5913 5914 5915 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5910 class NumberAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_type) SENSITIVE = [] include Aws::Structure end |
#boosting_type ⇒ String
Specifies how much a document attribute is boosted.
5910 5911 5912 5913 5914 5915 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5910 class NumberAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_type) SENSITIVE = [] include Aws::Structure end |