Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelProviderServiceConfig_ServiceCredential

    The customer-owned Unity Catalog service credential a model provider service uses to authenticate to its provider, referenced by name.

    interface ModelProviderServiceConfig_ServiceCredential {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Resource name of the bound Unity Catalog service credential, in the form credentials/{name}. Supply this field when creating the service or rebinding its credential. On read, it reflects the credential's current name.