Class: Aws::QBusiness::Types::NativeIndexConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Configuration information for an Amazon Q Business index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#boosting_overrideHash<String,Types::DocumentAttributeBoostingConfiguration>

Overrides the default boosts applied by Amazon Q Business to supported document attribute data types.



7026
7027
7028
7029
7030
7031
7032
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026

class NativeIndexConfiguration < Struct.new(
  :index_id,
  :version,
  :boosting_override)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier for the Amazon Q Business index.

Returns:

  • (String)


7026
7027
7028
7029
7030
7031
7032
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026

class NativeIndexConfiguration < Struct.new(
  :index_id,
  :version,
  :boosting_override)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

A read-only field that specifies the version of the NativeIndexConfiguration.

Amazon Q Business introduces enhanced document retrieval capabilities in version 2 of NativeIndexConfiguration, focusing on streamlined metadata boosting that prioritizes recency and source relevance to deliver more accurate responses to your queries. Version 2 has the following differences from version 1:

  • Version 2 supports a single Date field (created_at OR last_updated_at) for recency boosting

  • Version 2 supports a single String field with an ordered list of up to 5 values

  • Version 2 introduces number-based boost levels (ONE, TWO) alongside the text-based levels

  • Version 2 allows specifying prioritization between Date and String fields

  • Version 2 maintains backward compatibility with existing configurations

Returns:

  • (Integer)


7026
7027
7028
7029
7030
7031
7032
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026

class NativeIndexConfiguration < Struct.new(
  :index_id,
  :version,
  :boosting_override)
  SENSITIVE = []
  include Aws::Structure
end