Databricks SDK for JavaScript
    Preparing search index...
    interface Endpoint {
        createTime?: Instant;
        endpointId?: string;
        name?: string;
        parent?: string;
        spec?: EndpointSpec;
        status?: EndpointStatus;
        uid?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    createTime?: Instant

    A timestamp indicating when the compute endpoint was created.

    endpointId?: string

    The part of the name, chosen by the user when the resource was created.

    name?: string

    Output only. The full resource path of the endpoint. Format: projects/{project_id}/branches/{branch_id}/endpoints/{endpoint_id}

    parent?: string

    The branch containing this endpoint (API resource hierarchy). Format: projects/{project_id}/branches/{branch_id}

    The spec contains the compute endpoint configuration, including autoscaling limits, suspend timeout, and disabled state.

    Current operational status of the compute endpoint.

    uid?: string

    System-generated unique ID for the endpoint.

    updateTime?: Instant

    A timestamp indicating when the compute endpoint was last updated.