|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The project information. |
||
| ProjectName |
string |
The project name. |
immtest |
| ServiceRole |
string |
The service role. |
AliyunIMMDefaultRole |
| TemplateId |
string |
The workflow template ID. |
Official:ImageManagement |
| CreateTime |
string |
The timestamp when the project was created. The format is RFC3339Nano. |
2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime |
string |
The timestamp when the project was last modified. The format is RFC3339Nano. Note
If the project has not been updated after it was created, the modification timestamp is the same as the creation timestamp. |
2021-06-29T14:50:13.011643661+08:00 |
| Description |
string |
The project description. |
|
| ProjectQueriesPerSecond |
integer |
The maximum number of requests that the project can process per second. This is the number of API calls allowed per second for the project. The default value is 100. |
100 |
| EngineConcurrency |
integer |
The maximum number of tasks that the project can process per second. This is the number of operators in the project that can run in parallel at the same time. The default value is 100.
|
100 |
| ProjectMaxDatasetCount |
integer |
The maximum number of datasets in the project. The value can range from 1 to 1,000,000,000. The default value is 1,000,000,000. |
1000000000 |
| DatasetMaxBindCount |
integer |
The maximum number of bindings for each dataset. The value can range from 1 to 10. The default value is 10. |
10 |
| DatasetMaxFileCount |
integer |
The maximum number of files in each dataset. The value can range from 1 to 100,000,000. The default value is 100,000,000. |
100000000 |
| DatasetMaxEntityCount |
integer |
The maximum number of metadata entities in each dataset. The default value is 10,000,000,000. Note
This field is reserved and not currently enforced. |
10000000000 |
| DatasetMaxRelationCount |
integer |
The maximum number of metadata relationships in each dataset. The default value is 100,000,000,000. Note
This field is reserved and not currently enforced. |
100000000000 |
| DatasetMaxTotalFileSize |
integer |
The maximum total size of files in each dataset. If this limit is exceeded, no more indexes can be added. The default value is 90,000,000,000,000,000. The unit is bytes. |
90000000000000000 |
| DatasetCount |
integer |
The current number of datasets in the project. |
5 |
| FileCount |
integer |
The current number of files in the project. |
10 |
| TotalFileSize |
integer |
The current total size of files in the project. The unit is bytes. |
100000 |
| Tags |
array |
The list of tags. |
|
|
object |
The tag information. |
||
| TagKey |
string |
The tag key. |
TestKey |
| TagValue |
string |
The tag value. |
TestValue |