| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The dataset information. | ||
| ProjectName | string | The name of the project. | immtest |
| DatasetName | string | The name of the dataset. | dataset001 |
| TemplateId | string | The ID of the workflow template. | DefaultId |
| CreateTime | string | The timestamp when the dataset was created. The timestamp must be in the RFC3339Nano format. | 2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime | string | The timestamp when the dataset was last modified. The timestamp must be in the RFC3339Nano format. Note
If a dataset has never been modified after it was created, the timestamp when the dataset was last modified is the same as the timestamp when the dataset was created.
| 2021-06-29T14:50:13.011643661+08:00 |
| Description | string | The dataset description. | |
| DatasetMaxBindCount | long | The maximum number of bindings for the dataset. | 10 |
| DatasetMaxFileCount | long | The maximum number of files for the dataset. | 100000000 |
| DatasetMaxEntityCount | long | The maximum number of metadata entities for the dataset. | 10000000000 |
| DatasetMaxRelationCount | long | The maximum number of metadata relationships for the dataset. | 100000000000 |
| DatasetMaxTotalFileSize | long | The maximum total size of files in the dataset. Unit: bytes. | 90000000000000000 |
| BindCount | long | The current number of OSS buckets that are bound to the dataset. | 2 |
| FileCount | long | The current number of files in the dataset. | 10 |
| TotalFileSize | long | The total size of files in the dataset. Unit: bytes. | 100000 |
| WorkflowParameters | array | 自定义参数 | |
| WorkflowParameter |