public interface MeasurementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getElapsedDuration()
Output only.
|
com.google.protobuf.DurationOrBuilder |
getElapsedDurationOrBuilder()
Output only.
|
Measurement.Metric |
getMetrics(int index)
Output only.
|
int |
getMetricsCount()
Output only.
|
List<Measurement.Metric> |
getMetricsList()
Output only.
|
Measurement.MetricOrBuilder |
getMetricsOrBuilder(int index)
Output only.
|
List<? extends Measurement.MetricOrBuilder> |
getMetricsOrBuilderList()
Output only.
|
long |
getStepCount()
Output only.
|
boolean |
hasElapsedDuration()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasElapsedDuration()
Output only. Time that the Trial has been running at the point of this Measurement.
.google.protobuf.Duration elapsed_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Duration getElapsedDuration()
Output only. Time that the Trial has been running at the point of this Measurement.
.google.protobuf.Duration elapsed_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.DurationOrBuilder getElapsedDurationOrBuilder()
Output only. Time that the Trial has been running at the point of this Measurement.
.google.protobuf.Duration elapsed_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
long getStepCount()
Output only. The number of steps the machine learning model has been trained for. Must be non-negative.
int64 step_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];List<Measurement.Metric> getMetricsList()
Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
repeated .google.cloud.aiplatform.v1.Measurement.Metric metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Measurement.Metric getMetrics(int index)
Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
repeated .google.cloud.aiplatform.v1.Measurement.Metric metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getMetricsCount()
Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
repeated .google.cloud.aiplatform.v1.Measurement.Metric metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends Measurement.MetricOrBuilder> getMetricsOrBuilderList()
Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
repeated .google.cloud.aiplatform.v1.Measurement.Metric metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Measurement.MetricOrBuilder getMetricsOrBuilder(int index)
Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values.
repeated .google.cloud.aiplatform.v1.Measurement.Metric metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.