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 the configurations to use Pinecone to store knowledge base data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePineconeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PineconeConfiguration.Builderbuilder()StringconnectionString()Returns the value of the ConnectionString property for this object.StringcredentialsSecretArn()Returns the value of the CredentialsSecretArn property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)PineconeFieldMappingfieldMapping()Returns the value of the FieldMapping property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringnamespace()Returns the value of the Namespace property for this object.List<SdkField<?>>sdkFields()static Class<? extends PineconeConfiguration.Builder>serializableBuilderClass()PineconeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectionString
public final String connectionString()
Returns the value of the ConnectionString property for this object.- Returns:
- The value of the ConnectionString property for this object.
-
credentialsSecretArn
public final String credentialsSecretArn()
Returns the value of the CredentialsSecretArn property for this object.- Returns:
- The value of the CredentialsSecretArn property for this object.
-
namespace
public final String namespace()
Returns the value of the Namespace property for this object.- Returns:
- The value of the Namespace property for this object.
-
fieldMapping
public final PineconeFieldMapping fieldMapping()
Returns the value of the FieldMapping property for this object.- Returns:
- The value of the FieldMapping property for this object.
-
toBuilder
public PineconeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PineconeConfiguration.Builder,PineconeConfiguration>
-
builder
public static PineconeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends PineconeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-