Interface CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics.
For more information, see Create a vector index in Amazon Neptune Analytics .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
NeptuneAnalyticsConfigurationProperty neptuneAnalyticsConfigurationProperty = NeptuneAnalyticsConfigurationProperty.builder()
.fieldMapping(NeptuneAnalyticsFieldMappingProperty.builder()
.metadataField("metadataField")
.textField("textField")
.build())
.graphArn("graphArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldMapping
Contains the names of the fields to which to map information about the vector store.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty- See Also:
-
getGraphArn
The Amazon Resource Name (ARN) of the Neptune Analytics vector store.- See Also:
-
builder
@Stability(Stable) static CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder builder()
-