Databricks SDK for JavaScript
    Preparing search index...
    interface JobCluster {
        jobClusterKey?: string;
        newCluster?: ClusterSpec_NewCluster;
        serverlessComputeId?: string;
    }
    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.

    serverlessComputeId?: string

    The ID of the serverless compute object to bind this cluster to. At most one JobCluster per job may set this field; the rate limit defined on the referenced serverless compute applies across all tasks bound to this cluster.