Uses of Class
software.amazon.awssdk.services.bedrock.model.HumanEvaluationCustomMetric
-
Packages that use HumanEvaluationCustomMetric Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of HumanEvaluationCustomMetric in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type HumanEvaluationCustomMetric Modifier and Type Method Description List<HumanEvaluationCustomMetric>HumanEvaluationConfig. customMetrics()AHumanEvaluationCustomMetricobject.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type HumanEvaluationCustomMetric Modifier and Type Method Description HumanEvaluationConfig.BuilderHumanEvaluationConfig.Builder. customMetrics(HumanEvaluationCustomMetric... customMetrics)AHumanEvaluationCustomMetricobject.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type HumanEvaluationCustomMetric Modifier and Type Method Description HumanEvaluationConfig.BuilderHumanEvaluationConfig.Builder. customMetrics(Collection<HumanEvaluationCustomMetric> customMetrics)AHumanEvaluationCustomMetricobject.
-