public static interface Service.GetMetric.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.Metric |
getMetric()
Latest reported value of the specified metric.
|
Service.MetricOrBuilder |
getMetricOrBuilder()
Latest reported value of the specified metric.
|
boolean |
hasMetric()
Latest reported value of the specified metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetric()
Latest reported value of the specified metric.
optional .mlflow.Metric metric = 1;
Service.Metric getMetric()
Latest reported value of the specified metric.
optional .mlflow.Metric metric = 1;
Service.MetricOrBuilder getMetricOrBuilder()
Latest reported value of the specified metric.
optional .mlflow.Metric metric = 1;
Copyright © 2018. All rights reserved.