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.



4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4639

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

#index_idString

The identifier for the Amazon Q Business index.

Returns:

  • (String)


4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4639

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