patch https://api.superwise.ai/v1/datasets/
Update an existing Dataset
- payload (DatasetUpdate): Required. The payload that includes:
- name (str or None): Updated name of the dataset.
- description (str or None): A revised description about the dataset.
- id (str or None): Unique identifier of the dataset.
- model_version_id (str or None): Updated model version identifier.
- created_by (str or None): Identifier of the user who updated the dataset.
- tags (list of str or None): A list of updated tags related to the dataset.
- schema (SchemaUpdate or None): The updated schema of the dataset.