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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.MetricWithRunIdgetMetrics(int index)List of metrics representing history of values and metadata.intgetMetricsCount()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.MetricWithRunIdOrBuildergetMetricsOrBuilder(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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getMetricsListjava.util.List<Service.MetricWithRunId> getMetricsList() List of metrics representing history of values and metadata. repeated .mlflow.MetricWithRunId metrics = 1;
 - 
getMetricsService.MetricWithRunId getMetrics(int index) List of metrics representing history of values and metadata. repeated .mlflow.MetricWithRunId metrics = 1;
 - 
getMetricsCountint getMetricsCount() List of metrics representing history of values and metadata. repeated .mlflow.MetricWithRunId metrics = 1;
 - 
getMetricsOrBuilderListjava.util.List<? extends Service.MetricWithRunIdOrBuilder> getMetricsOrBuilderList() List of metrics representing history of values and metadata. repeated .mlflow.MetricWithRunId metrics = 1;
 - 
getMetricsOrBuilderService.MetricWithRunIdOrBuilder getMetricsOrBuilder(int index) List of metrics representing history of values and metadata. repeated .mlflow.MetricWithRunId metrics = 1;
 
- 
 
-