|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Dataset information. |
||
| ProjectName |
string |
Project name. |
immtest |
| DatasetName |
string |
Dataset name. |
dataset001 |
| TemplateId |
string |
Workflow template ID. |
Official:ImageManagement |
| CreateTime |
string |
Timestamp of dataset creation in RFC3339Nano format. |
2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime |
string |
Timestamp of the last dataset update in RFC3339Nano format. Note
If the dataset has never been updated since creation, the update timestamp equals the creation timestamp. |
2021-06-29T14:50:13.011643661+08:00 |
| Description |
string |
Dataset description. |
测试数据集 |
| DatasetMaxBindCount |
integer |
Maximum number of bindings per dataset. |
10 |
| DatasetMaxFileCount |
integer |
Maximum number of files in the dataset. |
100000000 |
| DatasetMaxEntityCount |
integer |
Maximum number of metadata entities in the dataset. |
10000000000 |
| DatasetMaxRelationCount |
integer |
Maximum number of metadata relations in the dataset. |
100000000000 |
| DatasetMaxTotalFileSize |
integer |
Maximum total file size in the dataset, in bytes. |
90000000000000000 |
| BindCount |
integer |
Number of OSS buckets currently attached to the dataset. |
2 |
| FileCount |
integer |
Current number of files in the dataset. |
10 |
| TotalFileSize |
integer |
Total file size in the dataset, in bytes. |
100000 |
| WorkflowParameters |
array |
Custom parameters. |
|
|
WorkflowParameter |
Custom parameter struct. |
||
| DatasetConfig | DatasetConfig |
Dataset configuration. |