Class Metric (0.6.0)

Metric(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A message representing a metric in the measurement.

Attributes

NameDescription
metric_id str
Output only. The ID of the Metric. The Metric should be defined in [StudySpec's Metrics][google.cloud.aiplatform.v1beta1.StudySpec.metrics].
value float
Output only. The value for this metric.

Inheritance

builtins.object > proto.message.Message > Metric