Show / Hide Table of Contents

Class GoogleCloudAiplatformV1Measurement

A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.

Inheritance
object
GoogleCloudAiplatformV1Measurement
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 GoogleCloudAiplatformV1Measurement : 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<GoogleCloudAiplatformV1MeasurementMetric> Metrics { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1MeasurementMetric>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX