Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationDatasetMetricConfig
-
Packages that use EvaluationDatasetMetricConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationDatasetMetricConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type EvaluationDatasetMetricConfig Modifier and Type Method Description List<EvaluationDatasetMetricConfig>AutomatedEvaluationConfig. datasetMetricConfigs()Specifies the required elements for an automatic model evaluation job.List<EvaluationDatasetMetricConfig>HumanEvaluationConfig. datasetMetricConfigs()Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationDatasetMetricConfig Modifier and Type Method Description AutomatedEvaluationConfig.BuilderAutomatedEvaluationConfig.Builder. datasetMetricConfigs(EvaluationDatasetMetricConfig... datasetMetricConfigs)Specifies the required elements for an automatic model evaluation job.HumanEvaluationConfig.BuilderHumanEvaluationConfig.Builder. datasetMetricConfigs(EvaluationDatasetMetricConfig... datasetMetricConfigs)Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type EvaluationDatasetMetricConfig Modifier and Type Method Description AutomatedEvaluationConfig.BuilderAutomatedEvaluationConfig.Builder. datasetMetricConfigs(Collection<EvaluationDatasetMetricConfig> datasetMetricConfigs)Specifies the required elements for an automatic model evaluation job.HumanEvaluationConfig.BuilderHumanEvaluationConfig.Builder. datasetMetricConfigs(Collection<EvaluationDatasetMetricConfig> datasetMetricConfigs)Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.
-