Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationPrecomputedRetrieveAndGenerateSourceConfig
-
Packages that use EvaluationPrecomputedRetrieveAndGenerateSourceConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationPrecomputedRetrieveAndGenerateSourceConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationPrecomputedRetrieveAndGenerateSourceConfig Modifier and Type Method Description EvaluationPrecomputedRetrieveAndGenerateSourceConfigEvaluationPrecomputedRagSourceConfig. retrieveAndGenerateSourceConfig()A summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationPrecomputedRetrieveAndGenerateSourceConfig Modifier and Type Method Description static EvaluationPrecomputedRagSourceConfigEvaluationPrecomputedRagSourceConfig. fromRetrieveAndGenerateSourceConfig(EvaluationPrecomputedRetrieveAndGenerateSourceConfig retrieveAndGenerateSourceConfig)Create an instance of this class withEvaluationPrecomputedRagSourceConfig.retrieveAndGenerateSourceConfig()initialized to the given value.EvaluationPrecomputedRagSourceConfig.BuilderEvaluationPrecomputedRagSourceConfig.Builder. retrieveAndGenerateSourceConfig(EvaluationPrecomputedRetrieveAndGenerateSourceConfig retrieveAndGenerateSourceConfig)A summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.
-