mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +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
|
||||
|
||||
: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
|
||||
- browser_endpoint - endpoint to be used in browser. Authentication will be handled via the browser
|
||||
- port - the port exposed by the application
|
||||
@ -1308,7 +1309,7 @@ class Task(_Task):
|
||||
):
|
||||
# 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.
|
||||
- Filter Tasks based on specific fields:
|
||||
|
Loading…
Reference in New Issue
Block a user