You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current REST API provides read-only functionality to explore the ModelHub data after it has been created using the CLI or from python.
We now need add the following functionalities:
Create new datasets
the call should be POST /api/datasets, passing a json with all the required dataset fields.
Trigger dataruns using a dataset_id
The call should be POST /api/search, passing a json with a dataset_id and the same arguments that CLI atm enter_data accepts (except for the ones related to the dataset creation)
The text was updated successfully, but these errors were encountered:
Current REST API provides read-only functionality to explore the ModelHub data after it has been created using the CLI or from python.
We now need add the following functionalities:
atm enter_data
accepts (except for the ones related to the dataset creation)The text was updated successfully, but these errors were encountered: