| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The dataset object. | ||
| Id | string | The dataset ID. | dataworks-dataset:1gxxxqjx155usz3hrv |
| Name | string | The dataset name. It must be a non-empty string and cannot exceed 128 characters. | test_dataset |
| Comment | string | The description of the dataset. The length cannot exceed 1024 characters. | |
| ProjectId | long | The DataWorks workspace ID. | 123456 |
| Origin | string | The source of the dataset. Currently supported sources:
| DataWorks |
| DataType | string | The data type. Valid values:
| COMMON |
| StorageType | string | The storage type. Valid values:
| OSS |
| CreatorId | string | The ID of the creator. | 210484359 |
| Readme | string | Instructions for using the dataset. Markdown rich text is supported. | ## introduction |
| LatestVersion | DatasetVersion | The latest dataset version object. | |
| CreateTime | long | The creation time. This value is a UNIX timestamp in milliseconds. | 1736756055000 |
| ModifyTime | long | The modification time. This value is a UNIX timestamp in milliseconds. | 1736756055000 |
| Labels | array | Dataset tags. Supported only for PAI datasets. | |
| DatasetLabel | The PAI dataset tag object. |