generic.pipeline 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "doc_type": "pipeline",
  3. "version": "3.0",
  4. "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
  5. "id": "elyra-auto-generated-pipeline",
  6. "primary_pipeline": "primary",
  7. "pipelines": [
  8. {
  9. "id": "primary",
  10. "nodes": [
  11. {
  12. "id": "a538e06c-2577-45bd-b5f9-36d5cd47dd74",
  13. "type": "execution_node",
  14. "op": "execute-notebook-node",
  15. "app_data": {
  16. "component_parameters": {
  17. "filename": "hello.ipynb",
  18. "outputs": [],
  19. "env_vars": [],
  20. "dependencies": [],
  21. "include_subdirectories": false,
  22. "runtime_image": "amancevice/pandas:1.1.1"
  23. },
  24. "label": "",
  25. "ui_data": {
  26. "label": "hello.ipynb",
  27. "image": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cg%20class%3D%22jp-icon-warn0%20jp-icon-selectable%22%20fill%3D%22%23EF6C00%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.7%203.3v15.4H3.3V3.3h15.4m1.5-1.5H1.8v18.3h18.3l.1-18.3z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.5%2016.5l-5.4-4.3-5.6%204.3v-11h11z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A",
  28. "x_pos": 170,
  29. "y_pos": 114,
  30. "description": "Run notebook file",
  31. "decorations": [
  32. {
  33. "id": "error",
  34. "image": "data:image/svg+xml;utf8,%3Csvg%20focusable%3D%22false%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23da1e28%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20aria-hidden%3D%22true%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23ffffff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M8%2C1C4.2%2C1%2C1%2C4.2%2C1%2C8s3.2%2C7%2C7%2C7s7-3.1%2C7-7S11.9%2C1%2C8%2C1z%20M7.5%2C4h1v5h-1C7.5%2C9%2C7.5%2C4%2C7.5%2C4z%20M8%2C12.2%09c-0.4%2C0-0.8-0.4-0.8-0.8s0.3-0.8%2C0.8-0.8c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8S8.4%2C12.2%2C8%2C12.2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.5%2C4h1v5h-1C7.5%2C9%2C7.5%2C4%2C7.5%2C4z%20M8%2C12.2c-0.4%2C0-0.8-0.4-0.8-0.8s0.3-0.8%2C0.8-0.8%09c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8S8.4%2C12.2%2C8%2C12.2z%22%20data-icon-path%3D%22inner-path%22%20opacity%3D%220%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
  35. "outline": false,
  36. "position": "topRight",
  37. "x_pos": -24,
  38. "y_pos": -8
  39. }
  40. ]
  41. }
  42. },
  43. "inputs": [
  44. {
  45. "id": "inPort",
  46. "app_data": {
  47. "ui_data": {
  48. "cardinality": {
  49. "min": 0,
  50. "max": -1
  51. },
  52. "label": "Input Port"
  53. }
  54. }
  55. }
  56. ],
  57. "outputs": [
  58. {
  59. "id": "outPort",
  60. "app_data": {
  61. "ui_data": {
  62. "cardinality": {
  63. "min": 0,
  64. "max": -1
  65. },
  66. "label": "Output Port"
  67. }
  68. }
  69. }
  70. ]
  71. }
  72. ],
  73. "app_data": {
  74. "ui_data": {
  75. "comments": []
  76. },
  77. "version": 7,
  78. "properties": {
  79. "name": "generic",
  80. "runtime": "Generic"
  81. }
  82. },
  83. "runtime_ref": ""
  84. }
  85. ],
  86. "schemas": []
  87. }