Class: Aws::QBusiness::Types::NumberAttributeBoostingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/amazonq/latest/business-use-dg/metadata-boosting.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#boosting_levelString

Specifies the duration, in seconds, of a boost applies to a ‘NUMBER` type document attribute.

Returns:

  • (String)


5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-qbusiness/types.rb', line 5910

class NumberAttributeBoostingConfiguration < Struct.new(
  :boosting_level,
  :boosting_type)
  SENSITIVE = []
  include Aws::Structure
end

#boosting_typeString

Specifies how much a document attribute is boosted.

Returns:

  • (String)


5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-qbusiness/types.rb', line 5910

class NumberAttributeBoostingConfiguration < Struct.new(
  :boosting_level,
  :boosting_type)
  SENSITIVE = []
  include Aws::Structure
end