public static interface Service.GetMetricHistoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricKey()
Name of the metric.
|
com.google.protobuf.ByteString |
getMetricKeyBytes()
Name of the metric.
|
String |
getRunId()
ID of the run from which to fetch metric values.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run from which to fetch metric values.
|
String |
getRunUuid()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values.
|
boolean |
hasMetricKey()
Name of the metric.
|
boolean |
hasRunId()
ID of the run from which to fetch metric values.
|
boolean |
hasRunUuid()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRunId()
ID of the run from which to fetch metric values. Must be provided.
optional string run_id = 3;String getRunId()
ID of the run from which to fetch metric values. Must be provided.
optional string run_id = 3;com.google.protobuf.ByteString getRunIdBytes()
ID of the run from which to fetch metric values. Must be provided.
optional string run_id = 3;boolean hasRunUuid()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values. This field will be removed in a future MLflow version.
optional string run_uuid = 1;String getRunUuid()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values. This field will be removed in a future MLflow version.
optional string run_uuid = 1;com.google.protobuf.ByteString getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values. This field will be removed in a future MLflow version.
optional string run_uuid = 1;boolean hasMetricKey()
Name of the metric.
optional string metric_key = 2 [(.mlflow.validate_required) = true];String getMetricKey()
Name of the metric.
optional string metric_key = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteString getMetricKeyBytes()
Name of the metric.
optional string metric_key = 2 [(.mlflow.validate_required) = true];Copyright © 2019. All rights reserved.