Create Empty Dataset
Create a new empty dataset with optional pre-created rows.
POST
https://api.futureagi.com/model-hub/develops/create-empty-dataset/ Authentication
Request body
new_dataset_name
Name for the dataset.
model_type
Model type classification for the dataset. Example: GenerativeLLM.
row
Number of empty rows to pre-create.
Response
200 OK message
Confirmation message.
dataset_id
UUID of the created dataset.
dataset_name
Name of the created dataset.
dataset_model_type
Model type assigned to the dataset.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
429
Resource limit reached.
500
Unexpected server error.