Uses of Class
software.amazon.awssdk.services.bedrock.model.AutomatedEvaluationConfig
-
Packages that use AutomatedEvaluationConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of AutomatedEvaluationConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return AutomatedEvaluationConfig Modifier and Type Method Description AutomatedEvaluationConfigEvaluationConfig. automated()Used to specify an automated model evaluation job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type AutomatedEvaluationConfig Modifier and Type Method Description EvaluationConfig.BuilderEvaluationConfig.Builder. automated(AutomatedEvaluationConfig automated)Used to specify an automated model evaluation job.static EvaluationConfigEvaluationConfig. fromAutomated(AutomatedEvaluationConfig automated)Create an instance of this class withEvaluationConfig.automated()initialized to the given value.
-