mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Edit pipeline example (#1141)
This commit is contained in:
parent
18210ed144
commit
bfc844696e
@ -69,8 +69,7 @@
|
||||
"Input the following parameters:\n",
|
||||
"* `name` - Name of the PipelineController task which will created\n",
|
||||
"* `project` - Project which the controller will be associated with\n",
|
||||
"* `version` - Pipeline's version number. This version allows to uniquely identify the pipeline template execution.\n",
|
||||
"* `auto_version_bump` (default True) - if the same pipeline version already exists (with any difference from the current one), the current pipeline version will be bumped to a new version (e.g. 1.0.0 -> 1.0.1 , 1.2 -> 1.3, 10 -> 11)\n",
|
||||
"* `version` - Pipeline's version number. This version allows to uniquely identify the pipeline template execution. If not set, find the pipeline's latest version and increment it. If no such version is found, defaults to `1.0.0`.\n",
|
||||
" "
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user