Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateModelProviderServiceRequest

    Request to update a model provider service. name and provider_type cannot appear in update_mask.

    interface UpdateModelProviderServiceRequest {
        etag?: Uint8Array<ArrayBufferLike>;
        modelProviderService?: ModelProviderService;
        updateMask?: FieldMask<ModelProviderService>;
    }
    Index

    Properties

    etag?: Uint8Array<ArrayBufferLike>

    If-match precondition: when set, the update proceeds only if the current server-side etag matches. Empty means an unconditional update.

    modelProviderService?: ModelProviderService

    The model provider service with the updated field values. name identifies the resource (model-provider-services/{catalog}.{schema}.{model_provider_service}); only fields listed in update_mask are applied.

    The list of fields to update. The framework validates each path against the model_provider_service field above. Wildcard paths (paths: ["*"]) are not supported; list each field path explicitly.