Databricks SDK for JavaScript
    Preparing search index...

    Interface JobsHealthRules

    An optional set of health rules that can be defined for this job.

    interface JobsHealthRules {
        rules?: JobsHealthRule[];
    }
    Index

    Properties

    Properties

    rules?: JobsHealthRule[]