When a researcher wants to train a model on a dataset, they must first know what datasets are available and the general details about each dataset.
Create a new view on the Training page which queries existing server endpoints to get information on the available datasets.
Some endpoints which may be useful for this task:
/training/list - Lists all datasets connected to the server
/training/detail - Gives general information on the number of processing/finished training jobs
When a researcher wants to train a model on a dataset, they must first know what datasets are available and the general details about each dataset.
Create a new view on the Training page which queries existing server endpoints to get information on the available datasets.
Some endpoints which may be useful for this task: /training/list - Lists all datasets connected to the server /training/detail - Gives general information on the number of processing/finished training jobs