From b491ae3ac16c8820e1bd97de0d508ea928fddc84 Mon Sep 17 00:00:00 2001 From: Theodore Vasiloudis Date: Tue, 17 Oct 2023 23:16:46 +0000 Subject: [PATCH] Small fix in edge config documentation --- .../developer/input-configuration.rst | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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