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()Contains the configuration details of an automated evaluation job that computes metrics.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type AutomatedEvaluationConfig Modifier and Type Method Description EvaluationConfig.BuilderEvaluationConfig.Builder. automated(AutomatedEvaluationConfig automated)Contains the configuration details of an automated evaluation job that computes metrics.static EvaluationConfigEvaluationConfig. fromAutomated(AutomatedEvaluationConfig automated)Create an instance of this class withEvaluationConfig.automated()initialized to the given value.
-