Package org.mlflow.api.proto
Interface Service.GetMetricHistoryBulkInterval.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetMetricHistoryBulkInterval.Response
,Service.GetMetricHistoryBulkInterval.Response.Builder
- Enclosing class:
- Service.GetMetricHistoryBulkInterval
public static interface Service.GetMetricHistoryBulkInterval.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.MetricWithRunId
getMetrics(int index)
List of metrics representing history of values and metadata.int
getMetricsCount()
List of metrics representing history of values and metadata.java.util.List<Service.MetricWithRunId>
getMetricsList()
List of metrics representing history of values and metadata.Service.MetricWithRunIdOrBuilder
getMetricsOrBuilder(int index)
List of metrics representing history of values and metadata.java.util.List<? extends Service.MetricWithRunIdOrBuilder>
getMetricsOrBuilderList()
List of metrics representing history of values and metadata.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetricsList
java.util.List<Service.MetricWithRunId> getMetricsList()
List of metrics representing history of values and metadata.
repeated .mlflow.MetricWithRunId metrics = 1;
-
getMetrics
Service.MetricWithRunId getMetrics(int index)
List of metrics representing history of values and metadata.
repeated .mlflow.MetricWithRunId metrics = 1;
-
getMetricsCount
int getMetricsCount()
List of metrics representing history of values and metadata.
repeated .mlflow.MetricWithRunId metrics = 1;
-
getMetricsOrBuilderList
java.util.List<? extends Service.MetricWithRunIdOrBuilder> getMetricsOrBuilderList()
List of metrics representing history of values and metadata.
repeated .mlflow.MetricWithRunId metrics = 1;
-
getMetricsOrBuilder
Service.MetricWithRunIdOrBuilder getMetricsOrBuilder(int index)
List of metrics representing history of values and metadata.
repeated .mlflow.MetricWithRunId metrics = 1;
-
-