diff --git a/docs/source/gs-processing/developer/input-configuration.rst b/docs/source/gs-processing/developer/input-configuration.rst index 7a87351181..861cfcbb5e 100644 --- a/docs/source/gs-processing/developer/input-configuration.rst +++ b/docs/source/gs-processing/developer/input-configuration.rst @@ -193,21 +193,21 @@ following top-level keys: "files": ["String"], "separator": "String" }, - "column" : "String", - "type" : "String", + "source": {"column": "String", "type": "String"}, + "relation": {"type": "String"}, + "destination": {"column": "String", "type": "String"}, "labels" : [ - { - "column": "String", - "type": "String", - "separator": "String", - "split_rate": { - "train": "Float", - "val": "Float", - "test": "Float" + { + "column": "String", + "type": "String", + "split_rate": { + "train": "Float", + "val": "Float", + "test": "Float" + } } - } - ], - "features": [{}] + ], + "features": [{}] } - ``data``: (JSON object, required): Has the same definition as for