Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieCreateSpaceRequest

    interface GenieCreateSpaceRequest {
        description?: string;
        parentPath?: string;
        serializedSpace?: string;
        title?: string;
        warehouseId?: string;
    }
    Index

    Properties

    description?: string

    Optional description

    parentPath?: string

    Parent folder path where the space will be registered

    serializedSpace?: string

    The contents of the Genie Space in serialized string form. Use the Get Genie Space API to retrieve an example response, which includes the serialized_space field. This field provides the structure of the JSON string that represents the space's layout and components.

    title?: string

    Optional title override

    warehouseId?: string

    Warehouse to associate with the new space