Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationConfig
-
Packages that use EvaluationConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationConfig Modifier and Type Method Description EvaluationConfigCreateEvaluationJobRequest. evaluationConfig()Specifies whether the model evaluation job is automatic or uses human worker.EvaluationConfigGetEvaluationJobResponse. evaluationConfig()Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets used, and any custom metrics you defined.static EvaluationConfigEvaluationConfig. fromAutomated(Consumer<AutomatedEvaluationConfig.Builder> automated)Create an instance of this class withautomated()initialized to the given value.static EvaluationConfigEvaluationConfig. fromAutomated(AutomatedEvaluationConfig automated)Create an instance of this class withautomated()initialized to the given value.static EvaluationConfigEvaluationConfig. fromHuman(Consumer<HumanEvaluationConfig.Builder> human)Create an instance of this class withhuman()initialized to the given value.static EvaluationConfigEvaluationConfig. fromHuman(HumanEvaluationConfig human)Create an instance of this class withhuman()initialized to the given value.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationConfig Modifier and Type Method Description CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. evaluationConfig(EvaluationConfig evaluationConfig)Specifies whether the model evaluation job is automatic or uses human worker.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. evaluationConfig(EvaluationConfig evaluationConfig)Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets used, and any custom metrics you defined.
-