Databricks SDK for JavaScript
    Preparing search index...

    Request to update a model service. name cannot appear in update_mask; the model service name is immutable.

    interface UpdateModelServiceRequest {
        etag?: Uint8Array<ArrayBufferLike>;
        modelService?: ModelService;
        updateMask?: FieldMask<ModelService>;
    }
    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.

    modelService?: ModelService

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

    updateMask?: FieldMask<ModelService>

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