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

    Modifier and Type
    Method
    Description
    getMetrics(int index)
    List of metrics representing history of values and metadata.
    int
    List of metrics representing history of values and metadata.
    List of metrics representing history of values and metadata.
    List of metrics representing history of values and metadata.
    List of metrics representing history of values and metadata.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMetricsList

      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

      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;