Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateDefaultWorkspaceBaseEnvironmentRequest

    Request message for UpdateDefaultWorkspaceBaseEnvironment.

    interface UpdateDefaultWorkspaceBaseEnvironmentRequest {
        defaultWorkspaceBaseEnvironment?: DefaultWorkspaceBaseEnvironment;
        updateMask?: FieldMask<DefaultWorkspaceBaseEnvironment>;
    }
    Index

    Properties

    defaultWorkspaceBaseEnvironment?: DefaultWorkspaceBaseEnvironment

    Required. The default workspace base environment configuration to update.

    Field mask specifying which fields to update. Use comma as the separator for multiple fields (no space). The special value '*' indicates that all fields should be updated (full replacement). Valid field paths: cpu_workspace_base_environment, gpu_workspace_base_environment

    To unset one or both defaults, include the field path(s) in the mask and omit them from the request body. To unset both, you must list both paths explicitly — the wildcard '*' cannot be used to unset fields.