Skip to content

Commit

Permalink
Small fix in edge config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Oct 17, 2023
1 parent 9f5ee5d commit b491ae3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/source/gs-processing/developer/input-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b491ae3

Please sign in to comment.