Uses of Class
software.amazon.awssdk.services.bedrock.model.RAGConfig
-
Packages that use RAGConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of RAGConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return RAGConfig Modifier and Type Method Description static RAGConfigRAGConfig. fromKnowledgeBaseConfig(Consumer<KnowledgeBaseConfig.Builder> knowledgeBaseConfig)Create an instance of this class withknowledgeBaseConfig()initialized to the given value.static RAGConfigRAGConfig. fromKnowledgeBaseConfig(KnowledgeBaseConfig knowledgeBaseConfig)Create an instance of this class withknowledgeBaseConfig()initialized to the given value.static RAGConfigRAGConfig. fromPrecomputedRagSourceConfig(Consumer<EvaluationPrecomputedRagSourceConfig.Builder> precomputedRagSourceConfig)Create an instance of this class withprecomputedRagSourceConfig()initialized to the given value.static RAGConfigRAGConfig. fromPrecomputedRagSourceConfig(EvaluationPrecomputedRagSourceConfig precomputedRagSourceConfig)Create an instance of this class withprecomputedRagSourceConfig()initialized to the given value.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type RAGConfig Modifier and Type Method Description List<RAGConfig>EvaluationInferenceConfig. ragConfigs()Contains the configuration details of the inference for a knowledge base evaluation job, including either the retrieval only configuration or the retrieval with response generation configuration.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type RAGConfig Modifier and Type Method Description EvaluationInferenceConfig.BuilderEvaluationInferenceConfig.Builder. ragConfigs(RAGConfig... ragConfigs)Contains the configuration details of the inference for a knowledge base evaluation job, including either the retrieval only configuration or the retrieval with response generation configuration.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type RAGConfig Modifier and Type Method Description static EvaluationInferenceConfigEvaluationInferenceConfig. fromRagConfigs(List<RAGConfig> ragConfigs)Create an instance of this class withEvaluationInferenceConfig.ragConfigs()initialized to the given value.EvaluationInferenceConfig.BuilderEvaluationInferenceConfig.Builder. ragConfigs(Collection<RAGConfig> ragConfigs)Contains the configuration details of the inference for a knowledge base evaluation job, including either the retrieval only configuration or the retrieval with response generation configuration.
-