Databricks SDK for JavaScript
    Preparing search index...
    interface CreateProjectRequest {
        project?: Project;
        projectId?: string;
    }
    Index

    Properties

    Properties

    project?: Project

    The Project to create.

    projectId?: string

    The ID to use for the Project. This becomes the final component of the project's resource name. The ID is required and must be 1-63 characters long, start with a lowercase letter, and contain only lowercase letters, numbers, and hyphens. For example, my-app becomes projects/my-app.