public static interface Service.GetMetricHistory.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.Metric |
getMetrics(int index)
All logged values for this metric.
|
int |
getMetricsCount()
All logged values for this metric.
|
List<Service.Metric> |
getMetricsList()
All logged values for this metric.
|
Service.MetricOrBuilder |
getMetricsOrBuilder(int index)
All logged values for this metric.
|
List<? extends Service.MetricOrBuilder> |
getMetricsOrBuilderList()
All logged values for this metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Service.Metric> getMetricsList()
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
Service.Metric getMetrics(int index)
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
int getMetricsCount()
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
List<? extends Service.MetricOrBuilder> getMetricsOrBuilderList()
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
Service.MetricOrBuilder getMetricsOrBuilder(int index)
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
Copyright © 2019. All rights reserved.