Databricks SDK for JavaScript
    Preparing search index...
    interface JobCluster {
        jobClusterKey?: string;
        newCluster?: ClusterSpec_NewCluster;
    }
    Index

    Properties

    jobClusterKey?: string

    A unique name for the job cluster. This field is required and must be unique within the job. JobTaskSettings may refer to this field to determine which cluster to launch for the task execution.

    If new_cluster, a description of a cluster that is created for each task.