OptionalmaxOptionalminThe minimum number of workers the cluster can scale down to when underutilized. It is also the initial number of workers the cluster will have after creation.
OptionalmodeDatabricks Enhanced Autoscaling optimizes cluster utilization by automatically
allocating cluster resources based on workload volume, with minimal impact to
the data processing latency of your pipelines. Enhanced Autoscaling is available
for updates clusters only. The legacy autoscaling feature is used for maintenance
clusters.
The maximum number of workers to which the cluster can scale up when overloaded.
max_workersmust be strictly greater thanmin_workers.