[Feature]: update input and output definition #439
Labels
Breaking: API
Changes in the REST-API endpoints
C++
Documentation
requires an update of the documentation
Go
Pull requests that update Go code
L: ★★★
Expect high difficulty
New feature / Improvement
new features and improvements of existing features
Python
Pull requests that update Python code
Test
updates in test-code (functional-tests and so on)
Topic: Usability
changes to improve the usability of the program
Milestone
Feature
Description
The current way, to define inputs and output and with which dataset they are connected when creating a task, is too restricted and confusing and requires an update.
CLI:
Train:
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
Request:
DATASET_UUID:COLUMN_NAME:HEXAGON_NAME
HEXAGON_NAME:COLUMN_NAME
API:
[ { "dataset_uuid": DATASET_UUID, "dataset_column": COLUMN_NAME, "hexagon_name": HEXAGON_NAME }, ... ]
[ { "dataset_uuid": DATASET_UUID, "dataset_column": COLUMN_NAME, "hexagon_name": HEXAGON_NAME }, ... ]
[ {"hexagon_name": HEXAGON_NAME , "dataset_column": COLUMN_NAME}, ... ]
Additional Information
Blocked by
How to test
The text was updated successfully, but these errors were encountered: