Management

Task

The task tab lists the tasks in the system.

  • Name: task name

  • UUID: tasks identifier

  • Project ID: project identifier

  • Status: task running status, could be Done (stopped and not occupying resources) or Running

  • Owner: task owner

  • Type: task type, could be LAB or JOB

  • Specification: flavor for the task

  • Create time: task creation time

  • Host: host where the task runs

../_images/view_tasks.png

Task management operations:

  1. Start

  2. Stop

  3. Delete

Note

A task could only be deleted when it is stopped (in the Done status)

Flavor

The flavor tab lists the flavors in the system.

  • Name: flavor name

  • Summary: flavor settings summary

  • CPU: CPU cores to allocate

  • Memory: memory to allocate in MB

  • GPU: GPU cards to allocate. 0 means no GPUs will be allocated.

  • GPU type: GPU type used. Any means no restrictions to GPU types.

../_images/view_flavors.png

Flavor management operations:

  1. Create

  2. Edit

  3. Delete

Dataset

The dataset tab lists the datasets in the system.

  • Name: project name. A public built-in dataset is displayed by the dataset’s name. A private project-scoped dataset is displayed by the project’s identifier followed by the dataset’s name.

  • UUID: project identifier

  • Project: owner project, empty for built-in datasets

  • Permission: dataset access permission

  • Owner: dataset creator

  • Size: dataset size in MB

  • Create time: dataset creation time

../_images/view_datasets.png

Dataset management operations:

  1. Delete

Note

A dataset could be created or edited only through the normal user interface.

Project

The project tab lists the projects in the system.

  • Name: project name

  • UUID: project identifier

  • Note: project description

  • Owner: project owner

  • Create time: project creation time

../_images/view_projects.png

Project management operations:

  1. Delete

Note

A project could be created or edited only through the normal user interface.

Template

The template tab lists the templates in the system.

  • Name: template name

  • Description: template description

  • Author: template author. MLSteam means a built-in template.

  • Version: template version

  • Tag: template tags

  • Create time: template creation time

../_images/view_templates.png

Template management operations:

  1. Reload: restore all built-in templates, in case that some templates get deleted or changed accidentally

  2. Delete

Note

A template could be created or edited only through the normal user interface.

Image

The image tab lists the Docker images in the system.

  • Name: image tagged names

  • UUID: image identifier

  • Project: project in the image registry

  • Layer: image layer numbers

  • Size: image size

  • Create time: image creation time

../_images/view_images.png

Image management operations:

  1. Delete

Note

All Docker images, including those not used in MLSteam, are listed here.

Setting

The setting page lists the global system settings.

  • open_files: maximum number of opened files for a container

  • pids_limit: maximum number of processes for a container

  • shm_size: shared memory size in GB for a container

  • storage_limit: storage size in GB for a container

../_images/view_setting.png

The setting management operations:

  1. Edit: by clicking on the value

    ../_images/edit_setting_1.png