metricSources property

List<GoogleCloudAiplatformV1MetricSource>? metricSources
getter/setter pair

The metrics (either inline or registered) used for evaluation.

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

Optional.

Implementation

core.List<GoogleCloudAiplatformV1MetricSource>? metricSources;