mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 05:27:23 +00:00
Sync API version
This commit is contained in:
parent
ee9f45ea61
commit
9997dcc977
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
| Release | ApiVersion |
|
| Release | ApiVersion |
|
||||||
|---------|------------|
|
|---------|------------|
|
||||||
|
| v1.17 | 2.31 |
|
||||||
| v1.16 | 2.30 |
|
| v1.16 | 2.30 |
|
||||||
| v1.15 | 2.29 |
|
| v1.15 | 2.29 |
|
||||||
| v1.14 | 2.28 |
|
| v1.14 | 2.28 |
|
||||||
|
@ -447,7 +447,7 @@ add_task {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"999.0": ${add_task."2.4"} {
|
"2.31": ${add_task."2.4"} {
|
||||||
request.properties.update_execution_queue {
|
request.properties.update_execution_queue {
|
||||||
description: If set to false then the task 'execution.queue' is not updated
|
description: If set to false then the task 'execution.queue' is not updated
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -537,7 +537,7 @@ remove_task {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"999.0": ${remove_task."2.4"} {
|
"2.31": ${remove_task."2.4"} {
|
||||||
request.properties {
|
request.properties {
|
||||||
update_task_status {
|
update_task_status {
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -548,7 +548,7 @@ remove_task {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
clear_queue {
|
clear_queue {
|
||||||
"999.0" {
|
"2.31" {
|
||||||
description: Remove all tasks from the queue and change their statuses to what they were prior to enqueuing or 'created'
|
description: Remove all tasks from the queue and change their statuses to what they were prior to enqueuing or 'created'
|
||||||
request {
|
request {
|
||||||
type: object
|
type: object
|
||||||
|
@ -1507,7 +1507,7 @@ Fails if the following parameters in the task were not filled:
|
|||||||
type: boolean
|
type: boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"999.0": ${enqueue."2.22"} {
|
"2.31": ${enqueue."2.22"} {
|
||||||
request.properties.update_execution_queue {
|
request.properties.update_execution_queue {
|
||||||
description: If set to false then the task 'execution.queue' is not updated. This can be done only for the task that is already enqueued
|
description: If set to false then the task 'execution.queue' is not updated. This can be done only for the task that is already enqueued
|
||||||
type: boolean
|
type: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user