v1

latestOpenAPI 3.1.02026-07-2675394318.9 KB
datasets

Patch dataset info

Partially update dataset info

patch/v1/datasets/{dataset_id}

Path parameters

dataset_idstring required

Request body

namestring nullable

Dataset name.

folderstring nullable

Folder path.

Example request

{
  "name": "example_dataset",
  "folder": "/some/folder"
}

Response

Successful Response

idstring required

The object identifier, which can be referenced in the API endpoints.

namestring required

ID of the dataset.

status'READY' | 'PENDING' | 'FAILED' | 'TEMPORARY' | 'DRAFT' required
metadataobject required

Additional metadata associated with the dataset.

folderstring required

Folder path where the dataset is stored.

current_versionstring nullable required

Current version of the dataset.

typestring
created_atinteger required

Unix timestamp when the dataset was created.

errorstring nullable required

Error message if the dataset is in an error state.

ai_project_idstring nullable

AI Studio project ID to associate with the dataset.