Databricks SDK for JavaScript
    Preparing search index...

    Variable ListModelServicesRequest_ViewConst

    ListModelServicesRequest_View: {
        BASIC: "BASIC";
        FULL: "FULL";
        VIEW_UNSPECIFIED: "VIEW_UNSPECIFIED";
    } = ...

    Controls which fields are populated on each ModelService in the response. The server uses BASIC when view is unset. Callers needing the full configuration must request it explicitly with view = FULL.

    Type Declaration

    • ReadonlyBASIC: "BASIC"

      Basic resource metadata and selected configuration fields. Destinations and inference-table details are unset.

    • ReadonlyFULL: "FULL"

      All fields populated, including the fully resolved config (destinations and inference-table details) and rate-limit principal names.

    • ReadonlyVIEW_UNSPECIFIED: "VIEW_UNSPECIFIED"

      Server treats as BASIC.