Class: Aws::QBusiness::Types::NativeIndexConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::NativeIndexConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Configuration information for an Amazon Q Business index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#boosting_override ⇒ Hash<String,Types::DocumentAttributeBoostingConfiguration>
Overrides the default boosts applied by Amazon Q Business to supported document attribute data types.
-
#index_id ⇒ String
The identifier for the Amazon Q Business index.
Instance Attribute Details
#boosting_override ⇒ Hash<String,Types::DocumentAttributeBoostingConfiguration>
Overrides the default boosts applied by Amazon Q Business to supported document attribute data types.
5874 5875 5876 5877 5878 5879 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5874 class NativeIndexConfiguration < Struct.new( :index_id, :boosting_override) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier for the Amazon Q Business index.
5874 5875 5876 5877 5878 5879 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5874 class NativeIndexConfiguration < Struct.new( :index_id, :boosting_override) SENSITIVE = [] include Aws::Structure end |