Update dataset

Update dataset

Path parameters

dataset_idstringRequiredformat: "uuid4"
The unique identifier for the dataset

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringOptional
New name for the dataset
descriptionstringOptional
New description for the dataset

Response

The updated dataset
createdUserIdstring
The user that created the resource
createdDtstringformat: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstringformat: "date-time"
The datetime the resource was last updated
namestring
The name of the dataset
datasetIdstringformat: "uuid4"
The unique identifier for the dataset
statusenum
The status of the dataset
imageCountinteger
The number of fully processed images in the dataset
videoCountinteger
The number of fully processed videos in the dataset
descriptionstring or null
The description of the dataset
isDeletableboolean or nullDefaults to false
True if the dataset is in a state in which it can be deleted
encoderenum or null
The name of the encoder to transform your image and video data
Allowed values:

Errors