Uses of Class
software.amazon.awssdk.services.bedrock.model.HumanEvaluationConfig
-
Packages that use HumanEvaluationConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of HumanEvaluationConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return HumanEvaluationConfig Modifier and Type Method Description HumanEvaluationConfigEvaluationConfig. human()Contains the configuration details of an evaluation job that uses human workers.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type HumanEvaluationConfig Modifier and Type Method Description static EvaluationConfigEvaluationConfig. fromHuman(HumanEvaluationConfig human)Create an instance of this class withEvaluationConfig.human()initialized to the given value.EvaluationConfig.BuilderEvaluationConfig.Builder. human(HumanEvaluationConfig human)Contains the configuration details of an evaluation job that uses human workers.
-