Move Dataset

Move the Dataset to a different path or change the name.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired
Unique identifier for Dataset.

Request

This endpoint expects an object.
pathstringOptional
Path of the Dataset including the Dataset name, which is used as a unique identifier.
namestringOptional
Name of the Dataset, which is used as a unique identifier.

Response

Successful Response
pathstring
Path of the Dataset, including the name, which is used as a unique identifier.
idstring

Unique identifier for the Dataset. Starts with ds_.

namestring
Name of the Dataset, which is used as a unique identifier.
version_idstring

Unique identifier for the specific Dataset Version. If no query params provided, the default deployed Dataset Version is returned. Starts with dsv_.

created_atdatetime
updated_atdatetime
last_used_atdatetime
datapoints_countinteger
The number of Datapoints in this Dataset version.
directory_idstring
ID of the directory that the file is in on Humanloop.
descriptionstring
Description of the Dataset.
schemamap from strings to any
The JSON schema for the File.
readmestring
Long description of the file.
tagslist of strings
List of tags associated with the file.
type"dataset"
environmentslist of objects
The list of environments the Dataset Version is deployed to.
created_byany
The user who created the Dataset.
version_namestring
Unique name for the Dataset version. Version names must be unique for a given Dataset.
version_descriptionstring
Description of the version, e.g., the changes made in this version.
datapointslist of objects
The list of Datapoints in this Dataset version. Only provided if explicitly requested.
attributesmap from strings to any
Additional fields to describe the Dataset. Helpful to separate Dataset versions from each other with details on how they were created or used.

Errors

422
Move Datasets ID Patch Request Unprocessable Entity Error