mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Refactor CLI tools (#802)
This commit is contained in:
parent
d9456fc7b3
commit
426286d053
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: ClearML Hyperparameter Search - HPO
|
||||
title: ClearML Parameter Search CLI (HPO)
|
||||
---
|
||||
|
||||
Use the `clearml-param-search` CLI tool to launch ClearML's automated hyperparameter optimization (HPO). This process finds
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: ClearML Task
|
||||
title: ClearML Task CLI
|
||||
---
|
||||
|
||||
Using only the command line and **zero** additional lines of code, easily track your work and integrate ClearML with your
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: CLI
|
||||
title: ClearML Data CLI
|
||||
---
|
||||
|
||||
:::important
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: SDK
|
||||
title: ClearML Data SDK
|
||||
---
|
||||
|
||||
:::important
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: CLI
|
||||
title: ClearML Serving CLI
|
||||
---
|
||||
|
||||
The `clearml-serving` utility is a CLI tool for model deployment and orchestration.
|
||||
|
10
sidebars.js
10
sidebars.js
@ -74,7 +74,15 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
{'ClearML Serving':['clearml_serving/clearml_serving', 'clearml_serving/clearml_serving_setup', 'clearml_serving/clearml_serving_cli', 'clearml_serving/clearml_serving_tutorial']},
|
||||
{'CLI Tools': ['apps/clearml_task', 'apps/clearml_param_search']},
|
||||
{'CLI Tools': [
|
||||
'apps/clearml_task',
|
||||
{type: 'ref', id: 'clearml_agent/clearml_agent_ref'},
|
||||
{type: 'ref', id: 'clearml_data/clearml_data_cli'},
|
||||
'apps/clearml_param_search',
|
||||
{type: 'ref', id: 'apps/clearml_session'},
|
||||
{type: 'ref', id: 'clearml_serving/clearml_serving_cli'},
|
||||
]
|
||||
},
|
||||
{'Integrations': [
|
||||
'integrations/autokeras',
|
||||
'integrations/catboost',
|
||||
|
Loading…
Reference in New Issue
Block a user