26 lines
416 B
JSON
26 lines
416 B
JSON
|
|
{
|
||
|
|
"inputs": [
|
||
|
|
{
|
||
|
|
"name": "input1",
|
||
|
|
"data": "test-group21",
|
||
|
|
"datatype": "FILE",
|
||
|
|
"shape": 49,
|
||
|
|
"content_type": "text/csv"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "input2",
|
||
|
|
"data": [1, 2, 3, 4, 5, 6, 7, 8],
|
||
|
|
"datatype": "FP32",
|
||
|
|
"shape": [2, 4]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"output_vars": [
|
||
|
|
{
|
||
|
|
"name": "output1",
|
||
|
|
"data": "test-group1"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "output2"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|