Dataset

Create dataset

POST
Create a new dataset

Request

This endpoint expects an object.
name
stringRequired
The name of the dataset
description
stringOptional
The description of the dataset
credentialsId
stringOptional
The id of the default credentials to use to access protected data for this dataset
encoder
enumOptional
The default encoder to use to encode assets in this dataset
Allowed values: multimodalmultimodal-tx-small1multimodal-tx-small2multimodal-tx-large1multimodal-tx-large2

Response

This endpoint returns an object
createdUserId
string
The user that created the resource
createdDt
datetime
The created datetime of the resource
updatedUserId
string
The user that last updated the resource
updatedDt
datetime
The datetime the resource was last updated
name
string
The name of the dataset
datasetId
string
The unique identifier for the dataset
status
enum
The status of the dataset
imageCount
integer
The number of fully processed images in the dataset
videoCount
integer
The number of fully processed videos in the dataset
description
stringOptional
The description of the dataset
isDeletable
booleanOptional
True if the dataset is in a state in which it can be deleted
encoder
enumOptional
The name of the encoder to transform your image and video data
Allowed values: multimodalmultimodal-tx-small1multimodal-tx-small2multimodal-tx-large1multimodal-tx-large2