Databricks SDK for JavaScript
    Preparing search index...

    A WorkspaceBaseEnvironment defines a workspace-level environment configuration consisting of an environment version and a list of dependencies.

    interface WorkspaceBaseEnvironment {
        baseEnvironmentType?: BaseEnvironmentType;
        createTime?: Instant;
        creatorUserId?: string;
        displayName?: string;
        filepath?: string;
        isDefault?: boolean;
        lastUpdatedUserId?: string;
        message?: string;
        name?: string;
        status?: WorkspaceBaseEnvironmentCache_Status;
        updateTime?: Instant;
    }
    Index

    Properties

    baseEnvironmentType?: BaseEnvironmentType

    The type of base environment (CPU or GPU).

    createTime?: Instant

    Timestamp when the environment was created.

    creatorUserId?: string

    User ID of the creator.

    displayName?: string

    Human-readable display name for the workspace base environment.

    filepath?: string

    The WSFS or UC Volumes path to the environment YAML file.

    isDefault?: boolean

    Whether this is the default environment for the workspace.

    lastUpdatedUserId?: string

    User ID of the last user who updated the environment.

    message?: string

    Status message providing additional details about the environment status.

    name?: string

    The resource name of the workspace base environment. Format: workspace-base-environments/{workspace-base-environment}

    The status of the materialized workspace base environment.

    updateTime?: Instant

    Timestamp when the environment was last updated.