Databricks SDK for JavaScript
    Preparing search index...
    interface ComputeStatus {
        activeInstances?: number;
        message?: string;
        state?: ComputeStatus_ComputeState;
    }
    Index

    Properties

    activeInstances?: number

    The number of compute instances currently serving requests for this application. An instance is considered active if it is reachable and ready to handle requests.

    message?: string

    Compute status message

    State of the app compute.