Class: Aws::QBusiness::Types::DateAttributeBoostingConfiguration

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

Instance Attribute Details

#boosting_duration_in_secondsInteger

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

Returns:

  • (Integer)


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_levelString

Specifies how much a document attribute is boosted.

Returns:

  • (String)


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