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 Link icon

    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 Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

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

    • getMetricsList Link icon

      List<Service.MetricWithRunId> getMetricsList()
       List of metrics representing history of values and metadata.
       
      repeated .mlflow.MetricWithRunId metrics = 1;
    • getMetrics Link icon

      Service.MetricWithRunId getMetrics(int index)
       List of metrics representing history of values and metadata.
       
      repeated .mlflow.MetricWithRunId metrics = 1;
    • getMetricsCount Link icon

      int getMetricsCount()
       List of metrics representing history of values and metadata.
       
      repeated .mlflow.MetricWithRunId metrics = 1;
    • getMetricsOrBuilderList Link icon

      List<? extends Service.MetricWithRunIdOrBuilder> getMetricsOrBuilderList()
       List of metrics representing history of values and metadata.
       
      repeated .mlflow.MetricWithRunId metrics = 1;
    • getMetricsOrBuilder Link icon

      Service.MetricWithRunIdOrBuilder getMetricsOrBuilder(int index)
       List of metrics representing history of values and metadata.
       
      repeated .mlflow.MetricWithRunId metrics = 1;