|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Information about the dataset. |
||
| ProjectName |
string |
The name of the project. |
immtest |
| DatasetName |
string |
The name of the dataset. |
dataset001 |
| TemplateId |
string |
The ID of the workflow template. |
Official:ImageManagement |
| CreateTime |
string |
The creation timestamp of the dataset. The format is RFC3339Nano. |
2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime |
string |
The modification timestamp of the dataset. The format is RFC3339Nano. Note
If the dataset has not been updated, 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 for the dataset. |
10 |
| DatasetMaxFileCount |
integer |
The maximum number of files in the dataset. |
100000000 |
| DatasetMaxEntityCount |
integer |
The maximum number of metadata entities in the dataset. |
10000000000 |
| DatasetMaxRelationCount |
integer |
The maximum number of metadata relations in the dataset. |
100000000000 |
| DatasetMaxTotalFileSize |
integer |
The maximum total size of all files in the dataset, in bytes. |
90000000000000000 |
| BindCount |
integer |
The number of attached OSS buckets. |
2 |
| FileCount |
integer |
The number of files in the dataset. |
10 |
| TotalFileSize |
integer |
The total size of all files in the dataset, in bytes. |
100000 |
| WorkflowParameters |
array |
The custom parameters. |
|
|
WorkflowParameter |
The struct for a custom parameter. |