Databricks SDK for JavaScript
    Preparing search index...

    Variable ListModelProviderServicesRequest_ViewConst

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

    Controls which fields are populated on each ModelProviderService 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. Service-credential and inference-table details and rate-limit principal names are unset.

    • ReadonlyFULL: "FULL"

      All fields populated, including resolved service-credential and inference-table details and rate-limit principal names.

    • ReadonlyVIEW_UNSPECIFIED: "VIEW_UNSPECIFIED"

      Server treats as BASIC.