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()Contains the configuration details of either an automated or human-based evaluation job.EvaluationConfigGetEvaluationJobResponse. evaluationConfig()Contains the configuration details of either an automated or human-based evaluation job.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)Contains the configuration details of either an automated or human-based evaluation job.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. evaluationConfig(EvaluationConfig evaluationConfig)Contains the configuration details of either an automated or human-based evaluation job.
-