pipeline_with_one_runtime_image.pipeline 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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": "66338755-bce9-4541-b595-b0210c943b38",
  6. "primary_pipeline": "27fd7b90-42de-469a-9bcc-08ba82f48d48",
  7. "pipelines": [
  8. {
  9. "id": "27fd7b90-42de-469a-9bcc-08ba82f48d48",
  10. "nodes": [
  11. {
  12. "id": "cded6818-e601-4fd8-b6b9-c9fdf1fd1fca",
  13. "type": "execution_node",
  14. "op": "execute-notebook-node",
  15. "app_data": {
  16. "label": "a",
  17. "component_source": "test123",
  18. "component_parameters": {
  19. "filename": "notebooks/dummy_notebook_1.ipynb",
  20. "runtime_image": "tensorflow/tensorflow:2.0.0-py3",
  21. "env_vars": [
  22. "OP_NAME=a"
  23. ],
  24. "include_subdirectories": false,
  25. "mounted_volumes": [
  26. "/mount/test=rwx-test-claim"
  27. ],
  28. "dependencies": [
  29. "d.txt",
  30. "e.txt",
  31. "f.txt"
  32. ],
  33. "outputs": [
  34. "d.txt",
  35. "e.txt",
  36. "f.txt"
  37. ]
  38. },
  39. "ui_data": {
  40. "label": "a",
  41. "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",
  42. "x_pos": 72,
  43. "y_pos": 272,
  44. "description": "Run notebook file"
  45. }
  46. },
  47. "inputs": [
  48. {
  49. "id": "inPort",
  50. "app_data": {
  51. "ui_data": {
  52. "cardinality": {
  53. "min": 0,
  54. "max": -1
  55. },
  56. "label": "Input Port"
  57. }
  58. }
  59. }
  60. ],
  61. "outputs": [
  62. {
  63. "id": "outPort",
  64. "app_data": {
  65. "ui_data": {
  66. "cardinality": {
  67. "min": 0,
  68. "max": -1
  69. },
  70. "label": "Output Port"
  71. }
  72. }
  73. }
  74. ]
  75. }
  76. ],
  77. "app_data": {
  78. "ui_data": {
  79. "comments": []
  80. },
  81. "version": 7,
  82. "runtime_config": "kfp-yukked1",
  83. "source": "pipeline_dependency_complex.json",
  84. "runtime_type": "KUBEFLOW_PIPELINES",
  85. "properties": {
  86. "name": "pipeline_with_one_runtime_image",
  87. "runtime": "Kubeflow Pipelines"
  88. }
  89. },
  90. "runtime_ref": ""
  91. }
  92. ],
  93. "schemas": []
  94. }