public sealed class Measurement : IMessage<Measurement>, IEquatable<Measurement>, IDeepCloneable<Measurement>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Measurement.
A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.
Implements
IMessageMeasurement, IEquatableMeasurement, IDeepCloneableMeasurement, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Measurement()
public Measurement()Measurement(Measurement)
public Measurement(Measurement other)| Parameter | |
|---|---|
| Name | Description |
other |
Measurement |
Properties
ElapsedDuration
public Duration ElapsedDuration { get; set; }Output only. Time that the Trial has been running at the point of this Measurement.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
Metrics
public RepeatedField<Measurement.Types.Metric> Metrics { get; }Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMeasurementTypesMetric |
|
StepCount
public long StepCount { get; set; }Output only. The number of steps the machine learning model has been trained for. Must be non-negative.
| Property Value | |
|---|---|
| Type | Description |
long |
|