|
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, in RFC3339Nano format. |
2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime |
string |
The timestamp when the project was last modified, in RFC3339Nano format. Note
If the project has not been updated since it was created, the modification timestamp is the same as the creation timestamp. |
2021-06-29T14:50:13.011643661+08:00 |
| Description |
string |
The description of the project. |
test project |
| ProjectQueriesPerSecond |
integer |
The maximum number of requests that the project can process per second. This specifies the maximum number of API calls allowed per second for all APIs in the project. Default value: 100. |
100 |
| EngineConcurrency |
integer |
The maximum number of tasks that the project can process per second. This specifies the maximum number of operators across the project that can run in parallel at the same time. Default value: 100.
|
100 |
| ProjectMaxDatasetCount |
integer |
The maximum number of datasets in the project. Valid values: 1 to 1000000000. Default value: 1000000000. |
1000000000 |
| DatasetMaxBindCount |
integer |
The maximum number of bindings per dataset. Valid values: 1 to 10. Default value: 10. |
10 |
| DatasetMaxFileCount |
integer |
The maximum number of files per dataset. Valid values: 1 to 100000000. Default value: 100000000. |
100000000 |
| DatasetMaxEntityCount |
integer |
The maximum number of metadata entities per dataset. Default value: 10000000000. Note
This field is reserved for future use and is not enforced. |
10000000000 |
| DatasetMaxRelationCount |
integer |
The maximum number of metadata relationships per dataset. Default value: 100000000000. Note
This field is reserved for future use and is not enforced. |
100000000000 |
| DatasetMaxTotalFileSize |
integer |
The maximum total file size per dataset, in bytes. After this limit is exceeded, no more indexes can be added. Default value: 90000000000000000. |
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 file size in the project, in bytes. |
100000 |
| Tags |
array |
The list of tags. |
|
|
object |
The tag information. |
||
| TagKey |
string |
The tag key. |
TestKey |
| TagValue |
string |
The tag value. |
TestValue |