DatasetDataElement Class

Columns that define the structure of the dataset.

Inheritance
DatasetDataElement

Constructor

DatasetDataElement(*, name: Optional[Any] = None, type: Optional[Any] = None, **kwargs)

Variables

name
any

Name of the column. Type: string (or Expression with resultType string).

type
any

Type of the column. Type: string (or Expression with resultType string).