Class CfnKnowledgeBase.PineconeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.PineconeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.PineconeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.PineconeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.PineconeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.PineconeConfigurationProperty
An implementation for
CfnKnowledgeBase.PineconeConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.PineconeConfigurationProperty
CfnKnowledgeBase.PineconeConfigurationProperty.Builder, CfnKnowledgeBase.PineconeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.PineconeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The endpoint URL for your index management page.final String
The Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that is linked to your Pinecone API key.final Object
Contains the names of the fields to which to map information about the vector store.final String
The namespace to be used to write new data to your database.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.PineconeConfigurationProperty.Builder
.
-
-
Method Details
-
getConnectionString
Description copied from interface:CfnKnowledgeBase.PineconeConfigurationProperty
The endpoint URL for your index management page.- Specified by:
getConnectionString
in interfaceCfnKnowledgeBase.PineconeConfigurationProperty
- See Also:
-
getCredentialsSecretArn
Description copied from interface:CfnKnowledgeBase.PineconeConfigurationProperty
The Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that is linked to your Pinecone API key.- Specified by:
getCredentialsSecretArn
in interfaceCfnKnowledgeBase.PineconeConfigurationProperty
- See Also:
-
getFieldMapping
Description copied from interface:CfnKnowledgeBase.PineconeConfigurationProperty
Contains the names of the fields to which to map information about the vector store.- Specified by:
getFieldMapping
in interfaceCfnKnowledgeBase.PineconeConfigurationProperty
- See Also:
-
getNamespace
Description copied from interface:CfnKnowledgeBase.PineconeConfigurationProperty
The namespace to be used to write new data to your database.- Specified by:
getNamespace
in interfaceCfnKnowledgeBase.PineconeConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-