Class: Aws::QBusiness::Types::NativeIndexConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::NativeIndexConfiguration
- 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
-
#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.
4852 4853 4854 4855 4856 4857 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4852 class NativeIndexConfiguration < Struct.new( :index_id, :boosting_override) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier for the Amazon Q Business index.
4852 4853 4854 4855 4856 4857 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4852 class NativeIndexConfiguration < Struct.new( :index_id, :boosting_override) SENSITIVE = [] include Aws::Structure end |