Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PineconeFieldMapping.Builder
-
Packages that use PineconeFieldMapping.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PineconeFieldMapping.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PineconeFieldMapping.Builder Modifier and Type Method Description static PineconeFieldMapping.BuilderPineconeFieldMapping. builder()PineconeFieldMapping.BuilderPineconeFieldMapping.Builder. metadataField(String metadataField)The name of the field in which Amazon Bedrock stores metadata about the vector store.PineconeFieldMapping.BuilderPineconeFieldMapping.Builder. textField(String textField)The name of the field in which Amazon Bedrock stores the raw text from your data.PineconeFieldMapping.BuilderPineconeFieldMapping. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PineconeFieldMapping.Builder Modifier and Type Method Description static Class<? extends PineconeFieldMapping.Builder>PineconeFieldMapping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PineconeFieldMapping.Builder Modifier and Type Method Description default PineconeConfiguration.BuilderPineconeConfiguration.Builder. fieldMapping(Consumer<PineconeFieldMapping.Builder> fieldMapping)Contains the names of the fields to which to map information about the vector store.
-