Databricks SDK for JavaScript
    Preparing search index...
    interface ListEndpointsResponse {
        endpoints?: Endpoint[];
        nextPageToken?: string;
    }
    Index

    Properties

    endpoints?: Endpoint[]

    List of compute endpoints in the branch.

    nextPageToken?: string

    Token to request the next page of compute endpoints.