Interface PineconeFieldMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PineconeFieldMapping.Builder,
,PineconeFieldMapping> SdkBuilder<PineconeFieldMapping.Builder,
,PineconeFieldMapping> SdkPojo
- Enclosing class:
PineconeFieldMapping
@Mutable
@NotThreadSafe
public static interface PineconeFieldMapping.Builder
extends SdkPojo, CopyableBuilder<PineconeFieldMapping.Builder,PineconeFieldMapping>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataField
(String metadataField) The name of the field in which Amazon Bedrock stores metadata about the vector store.The name of the field in which Amazon Bedrock stores the raw text from your data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
metadataField
The name of the field in which Amazon Bedrock stores metadata about the vector store.
- Parameters:
metadataField
- The name of the field in which Amazon Bedrock stores metadata about the vector store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textField
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.
- Parameters:
textField
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-