Class GoogleCloudAiplatformV1MeasurementMetric
A message representing a metric in the measurement.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MeasurementMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricId
Output only. The ID of the Metric. The Metric should be defined in StudySpec's Metrics.
Declaration
[JsonProperty("metricId")]
public virtual string MetricId { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Output only. The value for this metric.
Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type | Description |
---|---|
double? |