Interface CfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty
extends software.amazon.jsii.JsiiSerializable
Contains the names of the fields to which to map information about the vector store.
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.*;
NeptuneAnalyticsFieldMappingProperty neptuneAnalyticsFieldMappingProperty = NeptuneAnalyticsFieldMappingProperty.builder()
.metadataField("metadataField")
.textField("textField")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetadataField
The name of the field in which Amazon Bedrock stores metadata about the vector store.- See Also:
-
getTextField
The name of the field in which Amazon Bedrock stores the raw text from your data.The text is split according to the chunking strategy you choose.
- See Also:
-
builder
@Stability(Stable) static CfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty.Builder builder()
-