Databricks SDK for JavaScript
    Preparing search index...
    interface ListExperimentsResponse {
        experiments?: Experiment[];
        nextPageToken?: string;
    }
    Index

    Properties

    experiments?: Experiment[]

    Paginated Experiments beginning with the first item on the requested page.

    nextPageToken?: string

    Token that can be used to retrieve the next page of experiments. Empty token means no more experiment is available for retrieval.