Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.MongoDbAtlasFieldMapping.Builder
Packages that use MongoDbAtlasFieldMapping.Builder
-
Uses of MongoDbAtlasFieldMapping.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MongoDbAtlasFieldMapping.BuilderModifier and TypeMethodDescriptionMongoDbAtlasFieldMapping.builder()MongoDbAtlasFieldMapping.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.MongoDbAtlasFieldMapping.toBuilder()MongoDbAtlasFieldMapping.Builder.vectorField(String vectorField) The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type MongoDbAtlasFieldMapping.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MongoDbAtlasFieldMapping.Builder>MongoDbAtlasFieldMapping.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type MongoDbAtlasFieldMapping.BuilderModifier and TypeMethodDescriptionMongoDbAtlasConfiguration.Builder.fieldMapping(Consumer<MongoDbAtlasFieldMapping.Builder> fieldMapping) Contains the names of the fields to which to map information about the vector store.