Show / Hide Table of Contents

Class GoogleCloudAiplatformV1MeasurementMetric

A message representing a metric in the measurement.

Inheritance
object
GoogleCloudAiplatformV1MeasurementMetric
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX