|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The dataset information. |
||
| ProjectName |
string |
The project name. |
immtest |
| DatasetName |
string |
The dataset name. |
dataset001 |
| TemplateId |
string |
The workflow template ID. |
Official:ImageManagement |
| CreateTime |
string |
The timestamp when the dataset was created, in RFC3339Nano format. |
2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime |
string |
The timestamp when the dataset was last modified, in RFC3339Nano format. Note
If the dataset has not been updated since it was created, this timestamp is the same as the creation timestamp. |
2021-06-29T14:50:13.011643661+08:00 |
| Description |
string |
The description of the dataset. |
测试数据集 |
| DatasetMaxBindCount |
integer |
The maximum number of bindings allowed for each dataset. |
10 |
| DatasetMaxFileCount |
integer |
The maximum number of files allowed in the dataset. |
100000000 |
| DatasetMaxEntityCount |
integer |
The maximum number of metadata entities allowed in the dataset. |
10000000000 |
| DatasetMaxRelationCount |
integer |
The maximum number of metadata relationships allowed in the dataset. |
100000000000 |
| DatasetMaxTotalFileSize |
integer |
The maximum total file size allowed in the dataset, in bytes. |
90000000000000000 |
| BindCount |
integer |
The number of OSS buckets currently bound to the dataset. |
2 |
| FileCount |
integer |
The current number of files in the dataset. |
10 |
| TotalFileSize |
integer |
The total file size in the dataset, in bytes. |
100000 |
| WorkflowParameters |
array |
The custom parameters. |
|
|
WorkflowParameter |
The custom parameter struct. |