Projects
A project consists of the models, datasets, and other resources that you use to train, evaluate and deploy a model. You create a project and add models in it, train, evaluate and deploy these models using multiple environments.
The Projects module organizes and facilitates the creation and management of projects. You can perform the following projects related operations in this module:
Create a New Project
To create a new project:
Select Projects from the Navigation bar.
The List of Projects displays in the Work area.

Click the Create Project button.
The Create Project dialog displays.
In the Basic tab, set the properties:
Property |
Description |
Name |
Specifies the project name. |
Description |
Specifies the description of the project. |
Group |
Lets you add project under specified project groups. The default project group is DEMO. |
Repository |
Allows adding the link to the project’s Git repository. |
Branch |
Specifies the branch of Git repository for the project. |
In the Advanced tab, set the properties:
Property |
Description |
Metadata |
An optional property that allows adding further details about the project as JSON. |
Click Save Project.
The new project creates with the name specified in the Name field.

Edit a Project
To edit an existing project:
Select a project from the list.
The Edit Project button enables.

Click the Edit Project button.
The Edit Project dialog displays where you can modify the selected project.
After modifying the desired properties, click Save Project.
The project saves with all the latest modifications.
Navigate a Project
AnalyticOps UI allows you to navigate a project and view its dependent modules by opening a project.
To open a project:
Double-click a project in the list.
The List of Models for the selected project displays in the Work area and the Models name highlights in the Navigation bar.

Click any of the module names in the Navigation bar to see the respective items in the Work area.
Module |
Description |
Models |
Displays a list of models added to the selected project. You can create a model in Git or define BYOM using the AnalyticOps UI. The model lifecycle allows you to train, import, evaluate, approve, deploy and retire model versions. For more information, see Models, Model Versions and Model Lifecycle. |
Deployment |
Lets you view a list of active deployments being executed for the selected project. You can monitor the active deployments here. For more information, see Deployments. |
Datasets |
Allows you to manage dataset templates and datasets defined for both training and evaluation jobs. You can create new dataset templates and datasets using AnalyticOps UI. For more information, see Dataset Templates and Datasets. |
Jobs |
Displays a list of jobs running for model training, evaluation, approval, deployment and retirement. For more information, see Jobs. |
Model History |
Lets you view the commit history for Git-based models of the selected project. |
Settings |
Allows you to manage a list of dataset connections created for the selected project. You can use these connections to define dataset templates and datasets. For more information, see Dataset Connections. |
Archive a Project
The archiving feature allows you to hide a project from the list to better organize your projects. You can view the archived projects and unarchive them if required.
Note: The Archiving feature is provided with multiple modules including projects, models, model versions, dataset templates, datasets, and connections.
To archive a project:
Select a project from the list.
The Actions button enables.

Click the Actions button.
The Actions menu displays.
Click Archive Project.
The project archives and hides from the current List of Projects. A confirmation message displays on the top.

To view an Archived project, click the Show Archived option on the top.
The archived project displays in the list along with an Archived label.

To Un-archive a project:
Select an Archived project in the list.
The Actions button enables.

Click the Actions button.
The Actions menu displays.
Click Un-Archive Project.
The project un-archives and the label Archived removes. A confirmation message displays on the top.
