Skip to content

Commit

Permalink
Update docstring (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
pollfly authored Aug 24, 2024
1 parent 9a9ee54 commit 33e4c24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clearml/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,12 @@ def create(
:param task_name: Set the name of the remote task. Required if base_task_id is None.
:param task_type: Optional, The task type to be created. Supported values: 'training', 'testing', 'inference',
'data_processing', 'application', 'monitor', 'controller', 'optimizer', 'service', 'qc', 'custom'
:param repo: Remote URL for the repository to use, or path to local copy of the git repository
Example: 'https://github.com/allegroai/clearml.git' or '~/project/repo'
:param repo: Remote URL for the repository to use, or path to local copy of the git repository.
Example: 'https://github.com/allegroai/clearml.git' or '~/project/repo'. If ``repo`` is specified, then
the ``script`` parameter must also be specified
:param branch: Select specific repository branch/tag (implies the latest commit from the branch)
:param commit: Select specific commit ID to use (default: latest commit,
or when used with local repository matching the local commit id)
or when used with local repository matching the local commit ID)
:param script: Specify the entry point script for the remote execution. When used in tandem with
remote git repository the script should be a relative path inside the repository,
for example: './source/train.py' . When used with local repository path it supports a
Expand Down

0 comments on commit 33e4c24

Please sign in to comment.