rubricConfigs property

List<GoogleCloudAiplatformV1EvaluationRubricConfig>? rubricConfigs
getter/setter pair

The rubric configs for the evaluation run.

They are used to generate rubrics which can be used by rubric-based metrics. Multiple rubric configs can be specified for rubric generation but only one rubric config can be used for a rubric-based metric. If more than one rubric config is provided, the evaluation metric must specify a rubric group key. Note that if a generation spec is specified on both a rubric config and an evaluation metric, the rubrics generated for the metric will be used for evaluation.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1EvaluationRubricConfig>? rubricConfigs;