Databricks SDK for JavaScript
    Preparing search index...
    interface SearchLoggedModelsResponse {
        models?: LoggedModel[];
        nextPageToken?: string;
    }
    Index

    Properties

    models?: LoggedModel[]

    Logged models that match the search criteria.

    nextPageToken?: string

    The token that can be used to retrieve the next page of logged models.