Interface Service.QueryTraceMetrics.ResponseOrBuilder

    • Method Detail

      • getDataPointsList

        java.util.List<Service.MetricDataPoint> getDataPointsList()
         Data points grouped by dimensions.
         
        repeated .mlflow.MetricDataPoint data_points = 1;
      • getDataPoints

        Service.MetricDataPoint getDataPoints​(int index)
         Data points grouped by dimensions.
         
        repeated .mlflow.MetricDataPoint data_points = 1;
      • getDataPointsCount

        int getDataPointsCount()
         Data points grouped by dimensions.
         
        repeated .mlflow.MetricDataPoint data_points = 1;
      • getDataPointsOrBuilderList

        java.util.List<? extends Service.MetricDataPointOrBuilder> getDataPointsOrBuilderList()
         Data points grouped by dimensions.
         
        repeated .mlflow.MetricDataPoint data_points = 1;
      • getDataPointsOrBuilder

        Service.MetricDataPointOrBuilder getDataPointsOrBuilder​(int index)
         Data points grouped by dimensions.
         
        repeated .mlflow.MetricDataPoint data_points = 1;
      • hasNextPageToken

        boolean hasNextPageToken()
         Pagination token for fetching the next page.
         Empty if no more results are available.
         
        optional string next_page_token = 2;
        Returns:
        Whether the nextPageToken field is set.
      • getNextPageToken

        java.lang.String getNextPageToken()
         Pagination token for fetching the next page.
         Empty if no more results are available.
         
        optional string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Pagination token for fetching the next page.
         Empty if no more results are available.
         
        optional string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.