Databricks SDK for JavaScript
    Preparing search index...
    interface EndpointStatus {
        autoscalingLimitMaxCu?: number;
        autoscalingLimitMinCu?: number;
        currentState?: EndpointStatus_State;
        disabled?: boolean;
        endpointId?: string;
        endpointType?: EndpointType;
        group?: EndpointGroupStatus;
        hosts?: EndpointHosts;
        pendingState?: EndpointStatus_State;
        settings?: EndpointSettings;
        suspendTimeoutDuration?: Duration;
    }
    Index

    Properties

    autoscalingLimitMaxCu?: number

    The maximum number of Compute Units. The maximum value is 64. The difference between the minimum and maximum Compute Units (max - min) must not exceed 16.

    autoscalingLimitMinCu?: number

    The minimum number of Compute Units.

    currentState?: EndpointStatus_State
    disabled?: boolean

    Whether to restrict connections to the compute endpoint. Enabling this option schedules a suspend compute operation. A disabled compute endpoint cannot be enabled by a connection or console action.

    endpointId?: string

    Part of the resource name.

    endpointType?: EndpointType

    The endpoint type. A branch can only have one READ_WRITE endpoint.

    Details on the HA configuration of the endpoint.

    Contains host information for connecting to the endpoint.

    pendingState?: EndpointStatus_State
    settings?: EndpointSettings
    suspendTimeoutDuration?: Duration

    Duration of inactivity after which the compute endpoint is automatically suspended.