123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- {
- "doc_type": "pipeline",
- "version": "3.0",
- "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
- "id": "elyra-auto-generated-pipeline",
- "primary_pipeline": "primary",
- "pipelines": [
- {
- "id": "primary",
- "nodes": [
- {
- "id": "e0ecf668-c722-4148-9876-d956cba681b9",
- "type": "execution_node",
- "op": "execute-notebook-node",
- "app_data": {
- "component_parameters": {
- "filename": "notebooks/notebook_1.ipynb",
- "outputs": [],
- "env_vars": [],
- "kubernetes_secrets": [
- "USER_NAME=secret-1:myuserid",
- "USER_PASSWORD=secret-1:mypassword"
- ],
- "dependencies": [],
- "include_subdirectories": false,
- "mounted_volumes": []
- },
- "label": "",
- "ui_data": {
- "label": "notebook_1.ipynb",
- "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",
- "x_pos": 169,
- "y_pos": 115,
- "description": "Run notebook file"
- }
- },
- "inputs": [
- {
- "id": "inPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Input Port"
- }
- }
- }
- ],
- "outputs": [
- {
- "id": "outPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Output Port"
- }
- }
- }
- ]
- },
- {
- "id": "84505b00-6d97-4f41-b7c6-0a10997baca4",
- "type": "execution_node",
- "op": "execute-notebook-node",
- "app_data": {
- "label": "",
- "component_parameters": {
- "filename": "notebooks/notebook_2.ipynb",
- "outputs": [],
- "env_vars": [],
- "kubernetes_secrets": [],
- "dependencies": [],
- "include_subdirectories": false,
- "mounted_volumes": []
- },
- "ui_data": {
- "label": "notebook_2.ipynb",
- "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",
- "x_pos": 401,
- "y_pos": 233,
- "description": "Run notebook file"
- }
- },
- "inputs": [
- {
- "id": "inPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Input Port"
- }
- },
- "links": [
- {
- "id": "f6012664-4082-41f9-a332-29c7d99af78d",
- "node_id_ref": "e0ecf668-c722-4148-9876-d956cba681b9",
- "port_id_ref": "outPort"
- }
- ]
- }
- ],
- "outputs": [
- {
- "id": "outPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Output Port"
- }
- }
- }
- ]
- }
- ],
- "app_data": {
- "ui_data": {
- "comments": []
- },
- "version": 7,
- "properties": {
- "pipeline_defaults": {
- "runtime_image": "tensorflow/tensorflow:2.8.0",
- "mounted_volumes": [
- "/mnt/vol1=pvc-claim-1"
- ]
- },
- "name": "pipeline_with_notebooks",
- "runtime": "Generic",
- "description": "Generic pipeline with notebooks only"
- }
- },
- "runtime_ref": ""
- }
- ],
- "schemas": []
- }
|