Class PineconeConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.PineconeConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PineconeConfiguration.Builder,PineconeConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class PineconeConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<PineconeConfiguration.Builder,PineconeConfiguration>
Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see Create a vector index in Pinecone.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe endpoint URL for your index management page.final StringThe Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.final booleanfinal booleanequalsBySdkFields(Object obj) final PineconeFieldMappingContains the names of the fields to which to map information about the vector store.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe namespace to be used to write new data to your database.static Class<? extends PineconeConfiguration.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
connectionString
The endpoint URL for your index management page.
- Returns:
- The endpoint URL for your index management page.
-
credentialsSecretArn
The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
- Returns:
- The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
-
namespace
The namespace to be used to write new data to your database.
- Returns:
- The namespace to be used to write new data to your database.
-
fieldMapping
Contains the names of the fields to which to map information about the vector store.
- Returns:
- Contains the names of the fields to which to map information about the vector store.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PineconeConfiguration.Builder,PineconeConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-