post https://api.superwise.ai/v1/datasets
Create a new Dataset
- payload (DatasetCreate): Required. The payload that includes:
- name (str): Name of the dataset, min_length=1, max_length=100.
- description (str or None): A description about the dataset.
- id (str): Unique identifier of the dataset.
- model_version_id (str or None): Model version identifier.
- tags (list of DatasetTag or None): A list of tags related to the dataset.
- schema (Schema): The schema of the dataset.