DatasetDataElement Class
Columns that define the structure of the dataset.
Constructor
DatasetDataElement(*, name: MutableMapping[str, Any] | None = None, type: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
<xref:JSON>
Name of the column. Type: string (or Expression with resultType string). Default value: None
|
type
|
<xref:JSON>
Type of the column. Type: string (or Expression with resultType string). Default value: None
|
Variables
Name | Description |
---|---|
name
|
<xref:JSON>
Name of the column. Type: string (or Expression with resultType string). |
type
|
<xref:JSON>
Type of the column. Type: string (or Expression with resultType string). |