Databricks SDK for JavaScript
    Preparing search index...
    interface SearchModelVersionsResponse {
        modelVersions?: ModelVersion[];
        nextPageToken?: string;
    }
    Index

    Properties

    modelVersions?: ModelVersion[]

    Models that match the search criteria

    nextPageToken?: string

    Pagination token to request next page of models for the same search query.