Class: Aws::BedrockAgent::Types::PineconeConfiguration

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

Overview

Contains the configurations to use Pinecone to store knowledge base data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stringString

Pinecone connection string

Returns:

  • (String)


2520
2521
2522
2523
2524
2525
2526
2527
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2520

class PineconeConfiguration < Struct.new(
  :connection_string,
  :credentials_secret_arn,
  :namespace,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end

#credentials_secret_arnString

Arn of a SecretsManager Secret.

Returns:

  • (String)


2520
2521
2522
2523
2524
2525
2526
2527
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2520

class PineconeConfiguration < Struct.new(
  :connection_string,
  :credentials_secret_arn,
  :namespace,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end

#field_mappingTypes::PineconeFieldMapping

A mapping of Bedrock Knowledge Base fields to Pinecone field names



2520
2521
2522
2523
2524
2525
2526
2527
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2520

class PineconeConfiguration < Struct.new(
  :connection_string,
  :credentials_secret_arn,
  :namespace,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

Pinecone namespace

Returns:

  • (String)


2520
2521
2522
2523
2524
2525
2526
2527
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2520

class PineconeConfiguration < Struct.new(
  :connection_string,
  :credentials_secret_arn,
  :namespace,
  :field_mapping)
  SENSITIVE = []
  include Aws::Structure
end