Uses of Class
software.amazon.awssdk.services.bedrockagent.model.EmbeddingModelConfiguration
-
Packages that use EmbeddingModelConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of EmbeddingModelConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return EmbeddingModelConfiguration Modifier and Type Method Description EmbeddingModelConfigurationVectorKnowledgeBaseConfiguration. embeddingModelConfiguration()The embeddings model configuration details for the vector model used in Knowledge Base.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type EmbeddingModelConfiguration Modifier and Type Method Description VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration.Builder. embeddingModelConfiguration(EmbeddingModelConfiguration embeddingModelConfiguration)The embeddings model configuration details for the vector model used in Knowledge Base.
-