12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- Object {
- "doc_type": "pipeline",
- "id": "elyra-auto-generated-pipeline",
- "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
- "pipelines": Array [
- Object {
- "app_data": Object {
- "properties": Object {
- "name": "simple",
- "runtime": "Generic",
- },
- "ui_data": Object {
- "comments": Array [],
- },
- "version": 7,
- },
- "id": "primary",
- "nodes": Array [
- Object {
- "app_data": Object {
- "component_parameters": Object {
- "dependencies": Array [],
- "env_vars": Array [
- "TEST_ENV_1=",
- "TEST_ENV_2=",
- ],
- "filename": "helloworld.ipynb",
- "include_subdirectories": false,
- "kubernetes_secrets": Array [],
- "mounted_volumes": Array [],
- "outputs": Array [],
- },
- "label": "",
- "ui_data": Object {
- "decorations": Array [
- Object {
- "id": "error",
- "image": "data:image/svg+xml;utf8,%3Csvg%20focusable%3D%22false%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23da1e28%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20aria-hidden%3D%22true%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23ffffff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M8%2C1C4.2%2C1%2C1%2C4.2%2C1%2C8s3.2%2C7%2C7%2C7s7-3.1%2C7-7S11.9%2C1%2C8%2C1z%20M7.5%2C4h1v5h-1C7.5%2C9%2C7.5%2C4%2C7.5%2C4z%20M8%2C12.2%09c-0.4%2C0-0.8-0.4-0.8-0.8s0.3-0.8%2C0.8-0.8c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8S8.4%2C12.2%2C8%2C12.2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.5%2C4h1v5h-1C7.5%2C9%2C7.5%2C4%2C7.5%2C4z%20M8%2C12.2c-0.4%2C0-0.8-0.4-0.8-0.8s0.3-0.8%2C0.8-0.8%09c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8S8.4%2C12.2%2C8%2C12.2z%22%20data-icon-path%3D%22inner-path%22%20opacity%3D%220%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
- "outline": false,
- "position": "topRight",
- "x_pos": -24,
- "y_pos": -8,
- },
- ],
- "description": "Run notebook file",
- "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",
- "label": "helloworld.ipynb",
- "x_pos": 85,
- "y_pos": 95,
- },
- },
- "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
- "inputs": Array [
- Object {
- "app_data": Object {
- "ui_data": Object {
- "cardinality": Object {
- "max": -1,
- "min": 0,
- },
- "label": "Input Port",
- },
- },
- "id": "inPort",
- },
- ],
- "op": "execute-notebook-node",
- "outputs": Array [
- Object {
- "app_data": Object {
- "ui_data": Object {
- "cardinality": Object {
- "max": -1,
- "min": 0,
- },
- "label": "Output Port",
- },
- },
- "id": "outPort",
- },
- ],
- "type": "execution_node",
- },
- ],
- "runtime_ref": "",
- },
- ],
- "primary_pipeline": "primary",
- "schemas": Array [],
- "version": "3.0",
- }
|