com.databricks.sdk.service.pipelines.PipelineClusterAutoscaleMode Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.pipelines;
import com.databricks.sdk.support.Generated;
/**
* Databricks 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.
*/
@Generated
public enum PipelineClusterAutoscaleMode {
ENHANCED,
LEGACY,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy