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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-pinecone.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stringString

The endpoint URL for your index management page.

Returns:

  • (String)


3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3239

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)


3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3239

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.



3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3239

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)


3239
3240
3241
3242
3243
3244
3245
3246
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3239

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