Databricks SDK for JavaScript
    Preparing search index...
    interface InstancePoolStatus {
        pendingInstanceErrors?: PendingInstanceError[];
    }
    Index

    Properties

    pendingInstanceErrors?: PendingInstanceError[]

    List of error messages for the failed pending instances. The pending_instance_errors follows FIFO with maximum length of the min_idle of the pool. The pending_instance_errors is emptied once the number of exiting available instances reaches the min_idle of the pool.