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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#boosting_levelString

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

Returns:

  • (String)


4675
4676
4677
4678
4679
4680
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4675

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)


4675
4676
4677
4678
4679
4680
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4675

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