Show / Hide Table of Contents

Class GoogleCloudMlV1Measurement

A message representing a measurement.

Inheritance
object
GoogleCloudMlV1Measurement
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX