Interface CfnKnowledgeBasePropsMixin.PineconeFieldMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.PineconeFieldMappingProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBasePropsMixin
@Stability(Stable)
public static interface CfnKnowledgeBasePropsMixin.PineconeFieldMappingProperty
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.mixins.preview.services.bedrock.mixins.*;
PineconeFieldMappingProperty pineconeFieldMappingProperty = PineconeFieldMappingProperty.builder()
.metadataField("metadataField")
.textField("textField")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBasePropsMixin.PineconeFieldMappingPropertystatic final classAn implementation forCfnKnowledgeBasePropsMixin.PineconeFieldMappingProperty -
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
-