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

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

Overview

Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see Create a vector index in Pinecone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stringString

The endpoint URL for your index management page.

Returns:

  • (String)


3164
3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3164

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

#credentials_secret_arnString

The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.

Returns:

  • (String)


3164
3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3164

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

#field_mappingTypes::PineconeFieldMapping

Contains the names of the fields to which to map information about the vector store.



3164
3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3164

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

#namespaceString

The namespace to be used to write new data to your database.

Returns:

  • (String)


3164
3165
3166
3167
3168
3169
3170
3171
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3164

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