Class CfnKnowledgeBase.StorageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.StorageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.StorageConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.StorageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.StorageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.StorageConfigurationProperty
An implementation for
CfnKnowledgeBase.StorageConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.StorageConfigurationProperty
CfnKnowledgeBase.StorageConfigurationProperty.Builder, CfnKnowledgeBase.StorageConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.StorageConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectContains the storage configuration of the knowledge base in Amazon OpenSearch Service.final ObjectContains the storage configuration of the knowledge base in Pinecone.final ObjectContains details about the storage configuration of the knowledge base in Amazon RDS.final StringgetType()The vector store service in which the knowledge base is stored.final inthashCode()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.StorageConfigurationProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyThe vector store service in which the knowledge base is stored.- Specified by:
getTypein interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getOpensearchServerlessConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains the storage configuration of the knowledge base in Amazon OpenSearch Service.- Specified by:
getOpensearchServerlessConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getPineconeConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains the storage configuration of the knowledge base in Pinecone.- Specified by:
getPineconeConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getRdsConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains details about the storage configuration of the knowledge base in Amazon RDS.For more information, see Create a vector index in Amazon RDS .
- Specified by:
getRdsConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-