mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Add missing Task types in scheme
This commit is contained in:
parent
bd2a0dcc2c
commit
5475d00d52
@ -3455,6 +3455,15 @@ class EditRequest(Request):
|
|||||||
'enum': [
|
'enum': [
|
||||||
'training',
|
'training',
|
||||||
'testing',
|
'testing',
|
||||||
|
'inference',
|
||||||
|
'data_processing',
|
||||||
|
'application',
|
||||||
|
'monitor',
|
||||||
|
'controller',
|
||||||
|
'optimizer',
|
||||||
|
'service',
|
||||||
|
'qc',
|
||||||
|
'custom'
|
||||||
],
|
],
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
},
|
},
|
||||||
@ -4922,6 +4931,15 @@ class GetAllResponse(Response):
|
|||||||
'enum': [
|
'enum': [
|
||||||
'training',
|
'training',
|
||||||
'testing',
|
'testing',
|
||||||
|
'inference',
|
||||||
|
'data_processing',
|
||||||
|
'application',
|
||||||
|
'monitor',
|
||||||
|
'controller',
|
||||||
|
'optimizer',
|
||||||
|
'service',
|
||||||
|
'qc',
|
||||||
|
'custom'
|
||||||
],
|
],
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user