Parameters
The kind of the dataset.
The code name of the dataset.
The custom fields of the dataset. Defaults to an empty field list.
The display name of the dataset. Defaults to the code name when creating a dataset, and to the existing name when updating a dataset.
Dataset kinds
A dataset that contains a timestamp field
A dataset that contains a timestamp field and a geometry field
Field types
A string field
A bytes field
A boolean field
A 64-bit signed integer field
A 64-bit unsigned integer field
A 64-bit floating-point number field
A duration field
A timestamp field
A UUID field
A geometry field
list[str].
Field options
Set the name of the field
Set the type of the field
Set the description of the field to provide more context and details about the data
Set the example value of the field for documentation purposes
Returns
ADatasetClient for the created or updated dataset.