Databricks SDK for JavaScript
    Preparing search index...
    interface ListRegisteredModelsRequest {
        maxResults?: bigint;
        pageToken?: string;
    }
    Index

    Properties

    maxResults?: bigint

    Maximum number of registered models desired. Max threshold is 1000.

    pageToken?: string

    Pagination token to go to the next page based on a previous query.