CreateDatasetRequest
namestringrequired
Unique name for the dataset. Must not already exist in the account.
Example:
example-datasetdescriptionstring
Optional human-readable description explaining the dataset's purpose or contents.
from_datenumber
Optional ISO 8601 date. Only logs created on or after this date are included.
modelsstring[]
List of model names to associate with this dataset.
tagsstring[]
Filter logs by these tags. Logs matching any of these tags are included in the dataset.
Example:
["production"]to_datenumber
Optional ISO 8601 date. Only logs created on or before this date are included.
CreateDatasetRequest
{
"name": "example-dataset",
"tags": [
"apitest"
]
}
Was this page helpful?