1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "doc_type": "pipeline",
- "version": "3.0",
- "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
- "id": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
- "primary_pipeline": "primary",
- "pipelines": [
- {
- "id": "primary",
- "nodes": [
- {
- "id": "{{uuid}}",
- "type": "execution_node",
- "op": "execute-notebook-node",
- "app_data": {
- "label": "{{label}}",
- "component_parameters": {
- "filename": "{{filename}}",
- "runtime_image": "{{runtime_image}}",
- "env_vars": ["var1=var1", "var2=var2"],
- "include_subdirectories": false,
- "dependencies": ["a.txt", "b.txt", "c.txt"],
- "outputs": ["d.txt", "e.txt", "f.txt"]
- },
- "ui_data": {
- "label": "{{label}}",
- "description": "Notebook file"
- }
- }
- }
- ],
- "app_data": {
- "runtime": "{{runtime}}",
- "runtime_config": "{{runtime-config}}",
- "ui_data": {
- "comments": []
- },
- "properties": {
- "name": "{{name}}",
- "runtime": "{{runtime description}}"
- },
- "version": 5
- }
- }
- ],
- "schemas": []
- }
|