Class GoogleCloudMlV1Measurement
A message representing a measurement.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1Measurement : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ElapsedTime
Output only. Time that the trial has been running at the point of this measurement.
Declaration
[JsonProperty("elapsedTime")]
public virtual object ElapsedTime { get; set; }
Property Value
Type | Description |
---|---|
object |
Metrics
Provides a list of metrics that act as inputs into the objective function.
Declaration
[JsonProperty("metrics")]
public virtual IList<GoogleCloudMlV1MeasurementMetric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudMlV1MeasurementMetric> |
StepCount
The number of steps a 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? |