Class: Aws::BedrockAgent::Types::OpenSearchServerlessConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains the configurations to use OpenSearch Serverless to store knowledge base data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arnString

Arn of an OpenSearch Serverless collection.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2466

class OpenSearchServerlessConfiguration < Struct.new(
  :collection_arn,
  :vector_index_name,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end

#field_mappingTypes::OpenSearchServerlessFieldMapping

A mapping of Bedrock Knowledge Base fields to OpenSearch Serverless field names



2466
2467
2468
2469
2470
2471
2472
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2466

class OpenSearchServerlessConfiguration < Struct.new(
  :collection_arn,
  :vector_index_name,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end

#vector_index_nameString

Arn of an OpenSearch Serverless index.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2466

class OpenSearchServerlessConfiguration < Struct.new(
  :collection_arn,
  :vector_index_name,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end