Cloud AI Platform v1 API - Class Measurement.Types.Metric (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class Measurement.Types.Metric.

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(Metric)

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

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