Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PineconeFieldMapping.Builder
Packages that use PineconeFieldMapping.Builder
-
Uses of PineconeFieldMapping.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PineconeFieldMapping.BuilderModifier and TypeMethodDescriptionstatic PineconeFieldMapping.BuilderPineconeFieldMapping.builder()PineconeFieldMapping.Builder.metadataField(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.PineconeFieldMapping.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PineconeFieldMapping.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PineconeFieldMapping.Builder>PineconeFieldMapping.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PineconeFieldMapping.BuilderModifier and TypeMethodDescriptiondefault PineconeConfiguration.BuilderPineconeConfiguration.Builder.fieldMapping(Consumer<PineconeFieldMapping.Builder> fieldMapping) Contains the names of the fields to which to map information about the vector store.