mirror of
https://github.com/clearml/clearml
synced 2025-02-11 23:33:21 +00:00
Edit docstrings (#1367)
This commit is contained in:
parent
e8785a3e3d
commit
7255439efd
@ -1062,6 +1062,7 @@ class Task(_Task):
|
|||||||
that use this protocol
|
that use this protocol
|
||||||
|
|
||||||
:return: A list of dictionaries. Each dictionary contains the following values:
|
:return: A list of dictionaries. Each dictionary contains the following values:
|
||||||
|
|
||||||
- endpoint - raw endpoint. One might need to authenticate in order to use this endpoint
|
- endpoint - raw endpoint. One might need to authenticate in order to use this endpoint
|
||||||
- browser_endpoint - endpoint to be used in browser. Authentication will be handled via the browser
|
- browser_endpoint - endpoint to be used in browser. Authentication will be handled via the browser
|
||||||
- port - the port exposed by the application
|
- port - the port exposed by the application
|
||||||
@ -1308,7 +1309,7 @@ class Task(_Task):
|
|||||||
):
|
):
|
||||||
# type: (...) -> List[TaskInstance]
|
# type: (...) -> List[TaskInstance]
|
||||||
"""
|
"""
|
||||||
Get a list of Tasks objects matching the queries/filters
|
Get a list of Tasks objects matching the queries/filters:
|
||||||
|
|
||||||
- A list of specific Task IDs.
|
- A list of specific Task IDs.
|
||||||
- Filter Tasks based on specific fields:
|
- Filter Tasks based on specific fields:
|
||||||
|
Loading…
Reference in New Issue
Block a user