{ "components": { "reader_0": { "module": "Reader", "output": { "data": [ "data" ] } }, "data_transform_0": { "module": "DataTransform", "input": { "data": { "data": [ "reader_0.data" ] } }, "output": { "data": [ "data" ], "model": [ "model" ] } }, "intersection_0": { "module": "Intersection", "input": { "data": { "data": [ "data_transform_0.data" ] } }, "output": { "data": [ "data" ], "cache": [ "cache" ] } }, "intersection_1": { "module": "Intersection", "input": { "data": { "data": [ "data_transform_0.data" ] }, "cache": ["intersection_0.cache"] }, "output": { "data": [ "data" ] } } } }