@@ -342,7 +342,7 @@ paths:
342
342
content :
343
343
application/json :
344
344
schema :
345
- $ref : ' #/components/schemas/Error'
345
+ $ref : ' #/components/schemas/Error'
346
346
347
347
/v2/job_definitions/{job_definition_id}/deploy :
348
348
post :
@@ -396,7 +396,7 @@ paths:
396
396
in : path
397
397
required : true
398
398
schema :
399
- type : string
399
+ type : string
400
400
requestBody :
401
401
description : Data for updating the task
402
402
required : true
@@ -416,7 +416,7 @@ paths:
416
416
content :
417
417
application/json :
418
418
schema :
419
- $ref : ' #/components/schemas/Error'
419
+ $ref : ' #/components/schemas/Error'
420
420
delete :
421
421
summary : Delete a specific task from job definition
422
422
parameters :
@@ -429,7 +429,7 @@ paths:
429
429
in : path
430
430
required : true
431
431
schema :
432
- type : string
432
+ type : string
433
433
responses :
434
434
' 204 ' :
435
435
description : Successfully deleted the task from job definition.
@@ -438,7 +438,7 @@ paths:
438
438
content :
439
439
application/json :
440
440
schema :
441
- $ref : ' #/components/schemas/Error'
441
+ $ref : ' #/components/schemas/Error'
442
442
443
443
/v2/scheduler/jobs :
444
444
get :
@@ -465,11 +465,11 @@ paths:
465
465
content :
466
466
application/json :
467
467
schema :
468
- $ref : ' #/components/schemas/Error'
468
+ $ref : ' #/components/schemas/Error'
469
469
470
470
/v2/scheduler/jobs/{job_id} :
471
471
post :
472
- summary : Manual Run a specific job
472
+ summary : Manual Run a specific job
473
473
parameters :
474
474
- name : job_id
475
475
in : path
@@ -502,7 +502,7 @@ paths:
502
502
content :
503
503
application/json :
504
504
schema :
505
- $ref : ' #/components/schemas/Error'
505
+ $ref : ' #/components/schemas/Error'
506
506
507
507
/v2/scheduler/jobs/{job_id}/task_runs/{task_id}/download_files :
508
508
get :
@@ -695,7 +695,7 @@ paths:
695
695
$ref : ' #/components/schemas/DSFile'
696
696
responses :
697
697
' 201 ' :
698
- description : File created
698
+ description : File created
699
699
700
700
/files/{fileId} :
701
701
get :
@@ -906,13 +906,13 @@ components:
906
906
externalLinks :
907
907
type : array
908
908
items :
909
- type : string
909
+ type : string
910
910
input_file_id :
911
911
type : string
912
912
output_file_id :
913
913
type : string
914
914
outputPreviewLink :
915
- type : string
915
+ type : string
916
916
output_formats :
917
917
type : array
918
918
items :
@@ -924,7 +924,7 @@ components:
924
924
taskTimeout :
925
925
type : string
926
926
showOutputInEmail :
927
- type : boolean
927
+ type : boolean
928
928
task_runs :
929
929
type : array
930
930
items :
@@ -1001,13 +1001,13 @@ components:
1001
1001
externalLinks :
1002
1002
type : array
1003
1003
items :
1004
- type : string
1004
+ type : string
1005
1005
input_file_id :
1006
1006
type : string
1007
1007
output_file_id :
1008
1008
type : string
1009
1009
outputPreviewLink :
1010
- type : string
1010
+ type : string
1011
1011
output_formats :
1012
1012
type : array
1013
1013
items :
@@ -1019,7 +1019,7 @@ components:
1019
1019
taskTimeout :
1020
1020
type : string
1021
1021
showOutputInEmail :
1022
- type : boolean
1022
+ type : boolean
1023
1023
task_runs :
1024
1024
type : array
1025
1025
items :
@@ -1065,7 +1065,7 @@ components:
1065
1065
output_formats :
1066
1066
type : array
1067
1067
items :
1068
- type : string
1068
+ type : string
1069
1069
runtimeProperties :
1070
1070
type : object
1071
1071
additionalProperties :
@@ -1130,7 +1130,7 @@ components:
1130
1130
kernelSpecVersion :
1131
1131
type : string
1132
1132
kernelProfileId :
1133
- type : string
1133
+ type : string
1134
1134
kernelProfileVersion :
1135
1135
type : string
1136
1136
namespaceId :
@@ -1158,7 +1158,7 @@ components:
1158
1158
taskTimeout :
1159
1159
type : string
1160
1160
showOutputInEmail :
1161
- type : boolean
1161
+ type : boolean
1162
1162
output_formats :
1163
1163
type : array
1164
1164
items :
@@ -1176,13 +1176,13 @@ components:
1176
1176
input_file_id :
1177
1177
type : string
1178
1178
active :
1179
- type : boolean
1179
+ type : boolean
1180
1180
status :
1181
1181
type : string
1182
1182
statusMessage :
1183
1183
type : string
1184
1184
input_file_path :
1185
- type : string
1185
+ type : string
1186
1186
externalLinks :
1187
1187
type : array
1188
1188
items :
@@ -1194,9 +1194,9 @@ components:
1194
1194
additionalProperties :
1195
1195
type : string
1196
1196
version :
1197
- type : string
1197
+ type : string
1198
1198
deploy_time :
1199
- type : integer
1199
+ type : integer
1200
1200
create_time :
1201
1201
type : integer
1202
1202
update_time :
@@ -1299,7 +1299,7 @@ components:
1299
1299
kernelSpecVersion :
1300
1300
type : string
1301
1301
kernelProfileId :
1302
- type : string
1302
+ type : string
1303
1303
kernelProfileVersion :
1304
1304
type : string
1305
1305
namespaceId :
@@ -1341,7 +1341,7 @@ components:
1341
1341
lastModifiedAt :
1342
1342
type : string
1343
1343
status :
1344
- type : string
1344
+ type : string
1345
1345
statusMessage :
1346
1346
type : string
1347
1347
input_file_id :
@@ -1362,7 +1362,7 @@ components:
1362
1362
kernelSpecVersion :
1363
1363
type : string
1364
1364
kernelProfileId :
1365
- type : string
1365
+ type : string
1366
1366
kernelProfileVersion :
1367
1367
type : string
1368
1368
status :
0 commit comments