pipeline_3_node_sample.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  6. "primary_pipeline": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  7. "pipelines": [
  8. {
  9. "id": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  10. "nodes": [
  11. {
  12. "id": "d52ddfb4-dd0e-47ac-abc7-fa30bb95d45c",
  13. "type": "execution_node",
  14. "op": "execute-notebook-node",
  15. "app_data": {
  16. "label": "{{label}}",
  17. "component_parameters": {
  18. "filename": "demo-pipelines/generate-contributions.ipynb",
  19. "runtime_image": "elyra/tensorflow:1.15.2-py3"
  20. },
  21. "ui_data": {
  22. "label": "{{label}}",
  23. "x_pos": 112,
  24. "y_pos": 97,
  25. "description": "Notebook file"
  26. }
  27. }
  28. },
  29. {
  30. "id": "5ddfbd02-2f4e-462b-8349-ddd7ec7afb71",
  31. "type": "execution_node",
  32. "op": "execute-notebook-node",
  33. "app_data": {
  34. "label": "{{label}}",
  35. "component_parameters": {
  36. "filename": "demo-pipelines/generate-stats.ipynb",
  37. "runtime_image": "elyra/tensorflow:1.15.2-py3"
  38. },
  39. "ui_data": {
  40. "label": "{{label}}",
  41. "x_pos": 130,
  42. "y_pos": 80,
  43. "description": "Notebook file"
  44. }
  45. }
  46. },
  47. {
  48. "id": "acc4527d-7cc8-4c16-b520-5aa0f50a2e34",
  49. "type": "execution_node",
  50. "op": "execute-notebook-node",
  51. "app_data": {
  52. "label": "{{label}}",
  53. "component_parameters": {
  54. "filename": "demo-pipelines/overview.ipynb",
  55. "runtime_image": "elyra/tensorflow:1.15.2-py3"
  56. },
  57. "ui_data": {
  58. "label": "{{label}}",
  59. "x_pos": 148,
  60. "y_pos": 62,
  61. "description": "Notebook file"
  62. }
  63. }
  64. }
  65. ],
  66. "app_data": {
  67. "runtime": "kfp",
  68. "runtime_config": "kfp-yukked1",
  69. "ui_data": {
  70. "comments": [
  71. {
  72. "id": "22a171e4-f12b-4a6b-9399-f48c81e0906a",
  73. "x_pos": 30.2166748046875,
  74. "y_pos": 13,
  75. "width": 175,
  76. "height": 66,
  77. "class_name": "d3-comment-rect",
  78. "content": "Generate community stats and then aggregate them on an overview dashboard",
  79. "associated_id_refs": []
  80. }
  81. ]
  82. },
  83. "properties": {
  84. "name": "pipeline-title"
  85. },
  86. "version": 5
  87. },
  88. "runtime_ref": ""
  89. }
  90. ],
  91. "schemas": []
  92. }