Interface DatasetMetricsService


public interface DatasetMetricsService
  • Method Details

    • get

      @Nullable DatasetMetrics get(UUID datasetKey)
      Returns:
      metrics about this dataset or null if none could be found
    • list

      @Nullable List<DatasetMetrics> list(UUID datasetKey)
      Returns:
      the list of all metrics about this dataset ordered by ascending created timestamp. An empty list if no matching dataset is found.