Upsert Dataset
Headers
Query parameters
ID of the specific Dataset version to base the created Version on. Only used when action
is "add"
or "remove"
.
Name of the Environment identifying a deployed Version to base the created Version on. Only used when action
is "add"
or "remove"
.
If set to true
, include all Datapoints in the response. Defaults to false
. Consider using the paginated List Datapoints endpoint instead.
Request
The Datapoints to create this Dataset version with. Modify the action
field to determine how these Datapoints are used.
Path of the Dataset, including the name. This locates the Dataset in the Humanloop filesystem and is used as as a unique identifier. For example: folder/name
or just name
.
Response
Unique identifier for the Dataset. Starts with ds_
.
Unique identifier for the specific Dataset Version. If no query params provided, the default deployed Dataset Version is returned. Starts with dsv_
.