kfp_3_node_custom.pipeline 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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": "151538a2-4279-49a4-8742-c3ed50c31b2d",
  13. "type": "execution_node",
  14. "op": "elyra-kfp-examples-catalog:d68ec7fcdf46",
  15. "app_data": {
  16. "component_parameters": {
  17. "hash_algorithm": {
  18. "activeControl": "StringControl",
  19. "StringControl": "SHA256"
  20. },
  21. "output_hash": "",
  22. "data": {
  23. "value": "b7d9fe00-2a2d-4bd8-8fc4-73a9d8917052",
  24. "option": "elyra_output_filtered_text"
  25. }
  26. },
  27. "label": "",
  28. "component_source": "https://raw.githubusercontent.com/kubeflow/pipelines/1.6.0/components/basics/Calculate_hash/component.yaml",
  29. "ui_data": {
  30. "label": "Calculate data hash",
  31. "image": "/static/elyra/kubeflow.svg",
  32. "x_pos": 90,
  33. "y_pos": 238.5
  34. }
  35. },
  36. "inputs": [
  37. {
  38. "id": "inPort",
  39. "app_data": {
  40. "ui_data": {
  41. "cardinality": {
  42. "min": 0,
  43. "max": -1
  44. },
  45. "label": "Input Port"
  46. }
  47. },
  48. "links": [
  49. {
  50. "id": "05c3101a-9f63-4a0d-9184-ec011fa38511",
  51. "node_id_ref": "b7d9fe00-2a2d-4bd8-8fc4-73a9d8917052",
  52. "port_id_ref": "outPort"
  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. "id": "321b18d9-1585-4a08-9ca7-9128ee3df527",
  74. "type": "execution_node",
  75. "op": "elyra-kfp-examples-catalog:a08014f9252f",
  76. "app_data": {
  77. "component_parameters": {
  78. "url": {
  79. "activeControl": "StringControl",
  80. "StringControl": "https://raw.githubusercontent.com/elyra-ai/elyra/master/elyra/metadata/error.py"
  81. },
  82. "curl_options": {
  83. "activeControl": "StringControl",
  84. "StringControl": "--location"
  85. },
  86. "output_data": ""
  87. },
  88. "label": "",
  89. "component_source": "https://raw.githubusercontent.com/kubeflow/pipelines/1.6.0/components/web/Download/component.yaml",
  90. "ui_data": {
  91. "label": "Download data",
  92. "image": "/static/elyra/kubeflow.svg",
  93. "x_pos": 30,
  94. "y_pos": 10.5
  95. }
  96. },
  97. "inputs": [
  98. {
  99. "id": "inPort",
  100. "app_data": {
  101. "ui_data": {
  102. "cardinality": {
  103. "min": 0,
  104. "max": -1
  105. },
  106. "label": "Input Port"
  107. }
  108. }
  109. }
  110. ],
  111. "outputs": [
  112. {
  113. "id": "outPort",
  114. "app_data": {
  115. "ui_data": {
  116. "cardinality": {
  117. "min": 0,
  118. "max": -1
  119. },
  120. "label": "Output Port"
  121. }
  122. }
  123. }
  124. ]
  125. },
  126. {
  127. "id": "b7d9fe00-2a2d-4bd8-8fc4-73a9d8917052",
  128. "type": "execution_node",
  129. "op": "elyra-kfp-examples-catalog:737915b826e9",
  130. "app_data": {
  131. "component_parameters": {
  132. "component_description": "Filter input text according to the given regex pattern using shell and grep.",
  133. "pattern": {
  134. "activeControl": "StringControl",
  135. "StringControl": "*Error"
  136. },
  137. "output_filtered_text": "",
  138. "text": {
  139. "value": "321b18d9-1585-4a08-9ca7-9128ee3df527",
  140. "option": "elyra_output_data"
  141. }
  142. },
  143. "component_source": "/opt/anaconda3/envs/elyra-dev/share/jupyter/components/kfp/filter_text_using_shell_and_grep.yaml",
  144. "ui_data": {
  145. "label": "Filter text",
  146. "image": "/static/elyra/kubeflow.svg",
  147. "x_pos": 33,
  148. "y_pos": 89.5,
  149. "description": "Filter input text according to the given regex pattern using shell and grep."
  150. }
  151. },
  152. "inputs": [
  153. {
  154. "id": "inPort",
  155. "app_data": {
  156. "ui_data": {
  157. "cardinality": {
  158. "min": 0,
  159. "max": -1
  160. },
  161. "label": "Input Port"
  162. }
  163. },
  164. "links": [
  165. {
  166. "id": "99d621f2-63ac-4cef-8f42-7505ccc40792",
  167. "node_id_ref": "321b18d9-1585-4a08-9ca7-9128ee3df527",
  168. "port_id_ref": "outPort"
  169. }
  170. ]
  171. }
  172. ],
  173. "outputs": [
  174. {
  175. "id": "outPort",
  176. "app_data": {
  177. "ui_data": {
  178. "cardinality": {
  179. "min": 0,
  180. "max": -1
  181. },
  182. "label": "Output Port"
  183. }
  184. }
  185. }
  186. ]
  187. }
  188. ],
  189. "app_data": {
  190. "ui_data": {
  191. "comments": []
  192. },
  193. "version": 7,
  194. "runtime_type": "KUBEFLOW_PIPELINES",
  195. "properties": {
  196. "name": "kfp_3_node_custom",
  197. "description": "3-node custom component pipeline",
  198. "runtime": "Kubeflow Pipelines"
  199. }
  200. },
  201. "runtime_ref": ""
  202. }
  203. ],
  204. "schemas": []
  205. }