Public Snapshots

Create snapshot from dataset with train/validation split

post/api/v1/public/snapshots/create

Request body

dataset_idstring uuid required

Dataset ID to snapshot. The dataset must belong to the authenticated workspace.

split_percentageinteger

Percentage of datapoints to assign to training. Remaining datapoints go to validation.

Response

Snapshot created successfully

snapshot_idstring uuid required

Changes

Changed in 1 of the 19 revisions of this API.1