Databricks SDK for JavaScript
    Preparing search index...
    interface InstancePoolStats {
        idleCount?: number;
        pendingIdleCount?: number;
        pendingUsedCount?: number;
        usedCount?: number;
    }
    Index

    Properties

    idleCount?: number

    Number of active instances in the pool that are NOT part of a cluster.

    pendingIdleCount?: number

    Number of pending instances in the pool that are NOT part of a cluster.

    pendingUsedCount?: number

    Number of pending instances in the pool that are part of a cluster.

    usedCount?: number

    Number of active instances in the pool that are part of a cluster.