Class Measurement.Types.Metric (2.2.0)

public sealed class Metric : IMessage<Measurement.Types.Metric>, IEquatable<Measurement.Types.Metric>, IDeepCloneable<Measurement.Types.Metric>, IBufferMessage, IMessage

A message representing a metric in the measurement.

Inheritance

Object > Measurement.Types.Metric

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Metric()

public Metric()

Metric(Measurement.Types.Metric)

public Metric(Measurement.Types.Metric other)
Parameter
NameDescription
otherMeasurement.Types.Metric

Properties

MetricId

public string MetricId { get; set; }

Output only. The ID of the Metric. The Metric should be defined in [StudySpec's Metrics][google.cloud.aiplatform.v1.StudySpec.metrics].

Property Value
TypeDescription
String

Value

public double Value { get; set; }

Output only. The value for this metric.

Property Value
TypeDescription
Double