mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add task query by time FAQ
This commit is contained in:
parent
9bc7eb1e8b
commit
a9b069c3bf
@ -356,7 +356,7 @@ Task.get_tasks(
|
|||||||
```
|
```
|
||||||
|
|
||||||
If the SDK task object schema (`backend_api.service.v?.tasks.GetAllRequest._schema`, replace `?` with the relevant
|
If the SDK task object schema (`backend_api.service.v?.tasks.GetAllRequest._schema`, replace `?` with the relevant
|
||||||
version, e.g. [v2.23](https://github.com/clearml/clearml/blob/master/clearml/backend_api/services/v2_23/tasks.py#L7756C1-L7756C16))
|
version, e.g. [v2.23](https://github.com/clearml/clearml/blob/4a0755634bd1a1388366e66707826f122cfd5dd4/clearml/backend_api/services/v2_23/tasks.py#L7756C1-L7756C16))
|
||||||
is missing a field that is supported by the server, use the `_allow_extra_fields_` flag to bypass SDK schema validation
|
is missing a field that is supported by the server, use the `_allow_extra_fields_` flag to bypass SDK schema validation
|
||||||
and add the query directly to the API request. API query time range specification adheres to a different syntax:
|
and add the query directly to the API request. API query time range specification adheres to a different syntax:
|
||||||
* The array `[start_time, end_time]` specifies the time range.
|
* The array `[start_time, end_time]` specifies the time range.
|
||||||
|
Loading…
Reference in New Issue
Block a user