MDAA TS Docs
    Preparing search index...

    Team-level JupyterLab space configuration. When enabled, a JupyterLab space is auto-created for every user profile in the team's Studio domain.

    interface JupyterLabConfig {
        defaultInstanceType?: string;
        defaultSharingType?: "Private" | "Shared";
        enabled: boolean;
    }
    Index

    Properties

    defaultInstanceType?: string

    Default instance type for JupyterLab spaces (e.g. "ml.t3.medium"). If not specified, SageMaker uses its default instance type.

    Validation: Optional; must be a valid SageMaker instance type

    defaultSharingType?: "Private" | "Shared"

    Default space sharing mode: "Private" or "Shared". Private spaces are accessible only to the owning user. Shared spaces allow collaboration with other team members.

    "Private"
    
    enabled: boolean

    Enable auto-creation of JupyterLab spaces for all user profiles.

    false