Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

CreateDatasetRequest

namestringrequired

Unique name for the dataset. Must not already exist in the account.

Min length: 1 character (non-empty)

Example: example-dataset
descriptionstring

Optional human-readable description explaining the dataset's purpose or contents.

Default:
from_datenumber

Optional ISO 8601 date. Only logs created on or after this date are included.

Default: null
modelsstring[]

List of model names to associate with this dataset.

Default: null
tagsstring[]

Filter logs by these tags. Logs matching any of these tags are included in the dataset.

Default: null
Example: ["production"]
to_datenumber

Optional ISO 8601 date. Only logs created on or before this date are included.

Default: null
jsonCreateDatasetRequest
{
"name": "example-dataset",
"tags": [
"apitest"
]
}