Skip to content

Project Dashboard

Starting Page
Projects Splash Page

The "Projects" page is the main page of the portal which organizes data into logical project partitions. When you first login, you will be directed to this page which already contains a sample project called "Sample Project".

To return to this splash page from any other page, you can:

  • click your browser's "Back" button until back here.
  • click the Apps Menu Apps Button waffle button and select the "Projects" menu item.
  • click on the "Au-Zone" Home button in the top-left corner.

The following figure describes the UI elements of the "Project" card. Take special note of the project attributes (datasets, auditing tasks, etc.) as these are the buttons that lead into further parts of the project. Furthermore, the figure below describes the "Sample Project" which is a Read-Only public project and therefore, the project context menu is unavailable. For your own created projects, this option will be available.

Project Attributes
Project UI Breakdown

A project will contain datasets and model experiments. A model experiment will contain training and validation sessions. The project structure hierarchy is shown below.

---
title: Project Hierarchy
---
graph TD
project[Project] --> datasets[Datasets]
datasets --> audit[Auditing Tasks]
project --> model[Model Experiments]
model --> train[Training Sessions]
train --> validation[Validation Sessions]

This hierarchy describes the span of deletion of the project attributes. When a project is deleted, all elements in the project including datasets and model experiments will be deleted. When a dataset is deleted, only its child element such as auditing tasks will be deleted. When a model experiment is deleted, only its child elements will be deleted such as training and validation sessions.

Create Project

  1. Now that you are in the "Projects" or Main page, create your first project by clicking on the "New Project" button on the top-right corner of the page.

    Create Project
    The location of the "New Project" button

  2. Provide a name and a description of the project as shown in the example below. Click the "Create" button to create your new project.

    Project Details
    Project Details

  3. Your created project will be shown like the example below.

    New Project
    Both Projects

Delete Project

  1. Click on project contect menu (three vertically aligned dots) on the project card.
  2. Click "Move to Recycle Bin".
  3. The project is moved to the recycle bin. Remove the project from the recycle bin to actually free the storage space.

Edit Project

  1. Click on project context menu (three vertically aligned dots) on the project card.
  2. Click "Edit".
  3. Change the name or description as desired.
  4. Click "Apply Changes".

Project Access Control

Project access control allows project resources to be selectively available to different users.

For more information please visit Access Control.

Next Steps

Now that you are familiar with the Project Dashboard, learn more about the Datasets Dashboard next.