metrics property

List<GoogleCloudAiplatformV1Metric>? metrics
getter/setter pair

The metrics used for evaluation.

Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated.

Implementation

core.List<GoogleCloudAiplatformV1Metric>? metrics;