2022-10-18 15:22:26 +02:00
|
|
|
{
|
2023-03-16 09:22:49 +01:00
|
|
|
"scriptLanguage" : "PYTHON",
|
2022-10-18 15:22:26 +02:00
|
|
|
"executableScriptName" : "sample_app.py",
|
|
|
|
"inputFiles" : [ {
|
|
|
|
"dataType" : "text_data",
|
|
|
|
"multiplicity" : {
|
|
|
|
"minCount" : 1,
|
|
|
|
"maxCount" : 1
|
|
|
|
}
|
|
|
|
} ],
|
|
|
|
"inputParameters" : [ {
|
|
|
|
"type" : "INTEGER",
|
|
|
|
"name" : "multiplier"
|
|
|
|
} ],
|
|
|
|
"outputs" : [ {
|
|
|
|
"dataType" : "image_data",
|
|
|
|
"fileFormat" : "PNG",
|
|
|
|
"fileName" : "multiplied_numbers_plot.png",
|
|
|
|
"isReturnedValue" : false
|
|
|
|
} ],
|
2024-03-29 09:37:28 +01:00
|
|
|
"requiredTools" : [ "python3", "python-numpy" ],
|
2022-10-18 15:22:26 +02:00
|
|
|
"requiredComputationResources" : { }
|
|
|
|
}
|