Databricks SDK for JavaScript
    Preparing search index...
    interface AutoScale {
        maxWorkers?: number;
        minWorkers?: number;
    }
    Index

    Properties

    maxWorkers?: number

    The maximum number of workers to which the cluster can scale up when overloaded. Note that max_workers must be strictly greater than min_workers.

    minWorkers?: number

    The minimum number of workers to which the cluster can scale down when underutilized. It is also the initial number of workers the cluster will have after creation.