Add missing Task types in scheme

This commit is contained in:
allegroai 2020-06-11 14:47:14 +03:00
parent bd2a0dcc2c
commit 5475d00d52

View File

@ -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',
},