Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelProviderServiceConfig_ServiceCredential

    ---- Provider configuration (nested; see the provider oneof below) ---- The customer-owned UC service credential a ModelProviderService uses to authenticate to its provider, referenced by name.

    interface ModelProviderServiceConfig_ServiceCredential {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Resource name of the bound UC service credential, in the AIP-122 form credentials/{name} (a metastore-level single-part credential name). On create the caller supplies the name here. On read it reflects the credential's current name at read time.