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()Configuration details of the prompt datasets and metrics you want to use for your 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)Configuration details of the prompt datasets and metrics you want to use for your 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)Configuration details of the prompt datasets and metrics you want to use for your 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.
-