mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +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': [
|
||||
'training',
|
||||
'testing',
|
||||
'inference',
|
||||
'data_processing',
|
||||
'application',
|
||||
'monitor',
|
||||
'controller',
|
||||
'optimizer',
|
||||
'service',
|
||||
'qc',
|
||||
'custom'
|
||||
],
|
||||
'type': 'string',
|
||||
},
|
||||
@ -4922,6 +4931,15 @@ class GetAllResponse(Response):
|
||||
'enum': [
|
||||
'training',
|
||||
'testing',
|
||||
'inference',
|
||||
'data_processing',
|
||||
'application',
|
||||
'monitor',
|
||||
'controller',
|
||||
'optimizer',
|
||||
'service',
|
||||
'qc',
|
||||
'custom'
|
||||
],
|
||||
'type': 'string',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user