mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Fix doctring
This commit is contained in:
parent
a4b24b18fb
commit
e051085462
@ -922,6 +922,10 @@ class Task(_Task):
|
||||
project name (including partial match), task name (including partial match), tags
|
||||
Apply Additional advanced filtering with `task_filter`
|
||||
|
||||
.. note::
|
||||
This function returns the most recent 500 tasks. If you wish to retrieve older tasks
|
||||
use ``Task.query_tasks()``
|
||||
|
||||
:param list(str) task_ids: The Ids (system UUID) of experiments to get.
|
||||
If ``task_ids`` specified, then ``project_name`` and ``task_name`` are ignored.
|
||||
:param str project_name: The project name of the Tasks to get. To get the experiment
|
||||
|
Loading…
Reference in New Issue
Block a user