Uses of Class
com.databricks.sdk.service.jobs.JobsHealthMetric
-
Packages that use JobsHealthMetric Package Description com.databricks.sdk.service.jobs -
-
Uses of JobsHealthMetric in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return JobsHealthMetric Modifier and Type Method Description JobsHealthMetricJobsHealthRule. getMetric()static JobsHealthMetricJobsHealthMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static JobsHealthMetric[]JobsHealthMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.jobs with parameters of type JobsHealthMetric Modifier and Type Method Description JobsHealthRuleJobsHealthRule. setMetric(JobsHealthMetric metric)
-