Class CfnKnowledgeBase.StorageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.StorageConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.StorageConfigurationProperty
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 MongoDB Atlas.final ObjectContains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune.final ObjectContains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster.final 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:
-
getMongoDbAtlasConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains the storage configuration of the knowledge base in MongoDB Atlas.Returns union: either
IResolvableorCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- Specified by:
getMongoDbAtlasConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getNeptuneAnalyticsConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune.For more information, see Create a vector index in Amazon Neptune Analytics. .
Returns union: either
IResolvableorCfnKnowledgeBase.NeptuneAnalyticsConfigurationProperty- Specified by:
getNeptuneAnalyticsConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getOpensearchManagedClusterConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster.For more information, see Create a vector index in Amazon OpenSearch Service .
Returns union: either
IResolvableorCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty- Specified by:
getOpensearchManagedClusterConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getOpensearchServerlessConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains the storage configuration of the knowledge base in Amazon OpenSearch Service.Returns union: either
IResolvableorCfnKnowledgeBase.OpenSearchServerlessConfigurationProperty- Specified by:
getOpensearchServerlessConfigurationin interfaceCfnKnowledgeBase.StorageConfigurationProperty- See Also:
-
getPineconeConfiguration
Description copied from interface:CfnKnowledgeBase.StorageConfigurationPropertyContains the storage configuration of the knowledge base in Pinecone.Returns union: either
IResolvableorCfnKnowledgeBase.PineconeConfigurationProperty- 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 .
Returns union: either
IResolvableorCfnKnowledgeBase.RdsConfigurationProperty- 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()
-