Update Dataset

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.
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!