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.
4888 4889 4890 4891 4892 4893 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4888 class NumberAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_type) SENSITIVE = [] include Aws::Structure end |
#boosting_type ⇒ String
Specifies how much a document attribute is boosted.
4888 4889 4890 4891 4892 4893 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4888 class NumberAttributeBoostingConfiguration < Struct.new( :boosting_level, :boosting_type) SENSITIVE = [] include Aws::Structure end |