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