All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.jobs.JobsHealthMetric Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.jobs;

import com.databricks.sdk.support.Generated;

/**
 * Specifies the health metric that is being evaluated for a particular health rule.
 *
 * 

* `RUN_DURATION_SECONDS`: Expected total time for a run in seconds. * * `STREAMING_BACKLOG_BYTES`: An estimate of the maximum bytes of data waiting to be consumed across * all streams. This metric is in Private Preview. * `STREAMING_BACKLOG_RECORDS`: An estimate of the * maximum offset lag across all streams. This metric is in Private Preview. * * `STREAMING_BACKLOG_SECONDS`: An estimate of the maximum consumer delay across all streams. This * metric is in Private Preview. * `STREAMING_BACKLOG_FILES`: An estimate of the maximum number of * outstanding files across all streams. This metric is in Private Preview. */ @Generated public enum JobsHealthMetric { RUN_DURATION_SECONDS, // Expected total time for a run in seconds. STREAMING_BACKLOG_BYTES, // An estimate of the maximum bytes of data waiting to be consumed across // all // streams. This metric is in Private Preview. STREAMING_BACKLOG_FILES, // An estimate of the maximum number of outstanding files across all // streams. // This metric is in Private Preview. STREAMING_BACKLOG_RECORDS, // An estimate of the maximum offset lag across all streams. This // metric is in // Private Preview. STREAMING_BACKLOG_SECONDS, // An estimate of the maximum consumer delay across all streams. This // metric is // in Private Preview. }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy