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 v1beta1 API class Measurement.Types.Metric.
A message representing a metric in the measurement.
Implements
IMessageMeasurementTypesMetric, IEquatableMeasurementTypesMetric, IDeepCloneableMeasurementTypesMetric, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Metric()
public Metric()
Metric(Metric)
public Metric(Measurement.Types.Metric other)
Parameter | |
---|---|
Name | Description |
other |
MeasurementTypesMetric |
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.v1beta1.StudySpec.metrics].
Property Value | |
---|---|
Type | Description |
string |
Value
public double Value { get; set; }
Output only. The value for this metric.
Property Value | |
---|---|
Type | Description |
double |