Uses of Class
software.amazon.awssdk.services.bedrock.model.AutomatedEvaluationCustomMetricConfig
-
Packages that use AutomatedEvaluationCustomMetricConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of AutomatedEvaluationCustomMetricConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return AutomatedEvaluationCustomMetricConfig Modifier and Type Method Description AutomatedEvaluationCustomMetricConfigAutomatedEvaluationConfig. customMetricConfig()Defines the configuration of custom metrics to be used in an evaluation job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type AutomatedEvaluationCustomMetricConfig Modifier and Type Method Description AutomatedEvaluationConfig.BuilderAutomatedEvaluationConfig.Builder. customMetricConfig(AutomatedEvaluationCustomMetricConfig customMetricConfig)Defines the configuration of custom metrics to be used in an evaluation job.
-