Databricks SDK for JavaScript
    Preparing search index...

    Variable ListModelProviderServicesRequest_ViewConst

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

    Controls which fields are populated on each ModelProviderService 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 (targets, allow_all_targets, rate_limits without principal); the inference-table details are unset.

    • ReadonlyFULL: "FULL"

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

    • ReadonlyVIEW_UNSPECIFIED: ""

      Server treats as BASIC.