Class GoogleCloudAiplatformV1beta1Measurement
A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Measurement : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ElapsedDuration
Output only. Time that the Trial has been running at the point of this Measurement.
Declaration
[JsonProperty("elapsedDuration")]
public virtual object ElapsedDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
Metrics
Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
Declaration
[JsonProperty("metrics")]
public virtual IList<GoogleCloudAiplatformV1beta1MeasurementMetric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1MeasurementMetric> |
StepCount
Output only. The number of steps the machine learning model has been trained for. Must be non-negative.
Declaration
[JsonProperty("stepCount")]
public virtual long? StepCount { get; set; }
Property Value
Type | Description |
---|---|
long? |