Databricks SDK for JavaScript
    Preparing search index...

    Variable ListModelServicesRequest_ViewConst

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

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

    Type Declaration

    • ReadonlyBASIC: "BASIC"

      Envelope only: identifiers, ownership, timestamps, plus the persisted config scalars (routing_strategy, rate_limits without principal); destinations and the 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: ""

      Server treats as BASIC.