clearml-docs/docs/webapp/applications/apps_overview.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2022-08-03 09:15:15 +00:00
---
title: Overview
---
:::info Pro Plan Offering
ClearML Applications are available under the ClearML Pro plan
:::
Use ClearMLs GUI Applications to manage ML workloads and automatically run your recurring workflows without any coding.
![Apps page](../../img/apps_overview_page.png)
Configure and launch app instances, then track their execution from the app dashboard.
ClearML provides the following applications:
* [**AWS Autoscaler**](apps_aws_autoscaler.md) - Optimize AWS EC2 instance usage according to a defined instance budget
* [**GCP Autoscaler**](apps_gcp_autoscaler.md) - Optimize GCP instance usage according to a defined instance budget
2022-08-07 07:31:16 +00:00
* [**Hyperparameter Optimization**](apps_hpo.md) - Find the parameter values that yield the best performing models
2022-08-03 09:15:15 +00:00
* **Nvidia Clara** - Train models using Nvidias Clara framework
2022-08-07 07:31:16 +00:00
* [**Project Dashboard**](apps_dashboard.md) - High-level project monitoring with Slack alerts
2022-08-03 09:15:15 +00:00
## App Pages Layout
Each applications page is split into two sections:
* App Instance List - Launch new app instances and view previously launched instances. Click on an instance to view its
dashboard. Hover over it to access the [app instance actions](#app-instance-actions).
* App Instance Dashboard - The main section of the app page: displays the selected app instances status and results.
![App format](../../img/apps_format_overview.png)
## Launching an App Instance
1. Choose the desired app
1. Click the `Launch New` button <img src="/docs/latest/icons/ico-add.svg" alt="Add new" className="icon size-md space-sm" /> to open the apps configuration wizard
1. Fill in the configuration details
1. **Launch**
## App Instance Actions
Access app instance actions, by right clicking an instance, or through the menu button <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" /> (available on hover).
![App context menu](../../img/app_context_menu.png)
* **Rename** - Rename the instance
* **Configuration** - View an instances configuration
* **Stop** - Shutdown the instance
* **Clone** - Launch a new instance with same configuration prefilled
* **Delete** - Delete the instance