Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationPrecomputedRagSourceConfig
-
Packages that use EvaluationPrecomputedRagSourceConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationPrecomputedRagSourceConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationPrecomputedRagSourceConfig Modifier and Type Method Description static EvaluationPrecomputedRagSourceConfigEvaluationPrecomputedRagSourceConfig. fromRetrieveAndGenerateSourceConfig(Consumer<EvaluationPrecomputedRetrieveAndGenerateSourceConfig.Builder> retrieveAndGenerateSourceConfig)Create an instance of this class withretrieveAndGenerateSourceConfig()initialized to the given value.static EvaluationPrecomputedRagSourceConfigEvaluationPrecomputedRagSourceConfig. fromRetrieveAndGenerateSourceConfig(EvaluationPrecomputedRetrieveAndGenerateSourceConfig retrieveAndGenerateSourceConfig)Create an instance of this class withretrieveAndGenerateSourceConfig()initialized to the given value.static EvaluationPrecomputedRagSourceConfigEvaluationPrecomputedRagSourceConfig. fromRetrieveSourceConfig(Consumer<EvaluationPrecomputedRetrieveSourceConfig.Builder> retrieveSourceConfig)Create an instance of this class withretrieveSourceConfig()initialized to the given value.static EvaluationPrecomputedRagSourceConfigEvaluationPrecomputedRagSourceConfig. fromRetrieveSourceConfig(EvaluationPrecomputedRetrieveSourceConfig retrieveSourceConfig)Create an instance of this class withretrieveSourceConfig()initialized to the given value.EvaluationPrecomputedRagSourceConfigRAGConfig. precomputedRagSourceConfig()Contains configuration details about the RAG source used to generate inference response data for a Knowledge Base evaluation job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationPrecomputedRagSourceConfig Modifier and Type Method Description static RAGConfigRAGConfig. fromPrecomputedRagSourceConfig(EvaluationPrecomputedRagSourceConfig precomputedRagSourceConfig)Create an instance of this class withRAGConfig.precomputedRagSourceConfig()initialized to the given value.RAGConfig.BuilderRAGConfig.Builder. precomputedRagSourceConfig(EvaluationPrecomputedRagSourceConfig precomputedRagSourceConfig)Contains configuration details about the RAG source used to generate inference response data for a Knowledge Base evaluation job.
-