Databricks SDK for JavaScript
    Preparing search index...

    Scaling information for a Storage Optimized endpoint — current scaling state and the requested QPS target the system is scaling toward.

    interface EndpointScalingInfo {
        requestedTargetQps?: bigint;
        state?: ScalingChangeState;
    }
    Index

    Properties

    requestedTargetQps?: bigint

    The requested QPS target for the endpoint. Best-effort; the system does not guarantee this QPS will be achieved.

    The current state of the scaling change request.