Databricks SDK for JavaScript
    Preparing search index...
    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.