| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The project information. | ||
| ProjectName | string | The name of the project. | immtest |
| ServiceRole | string | The service role. | AliyunIMMDefaultRole |
| TemplateId | string | The ID of the workflow template. | DefaultId |
| CreateTime | string | The timestamp when the project was created. The timestamp is in the RFC3339Nano format. | 2021-06-29T14:50:13.011643661+08:00 |
| UpdateTime | string | The timestamp when the project was last modified. The timestamp is in the RFC3339Nano format. Note
If a project is not modified after it is created, the timestamp when the project was created is the same as the timestamp when the project was last modified.
| 2021-06-29T14:50:13.011643661+08:00 |
| Description | string | The project description. | |
| ProjectQueriesPerSecond | long | The maximum number of requests that can be processed by the project per second. This corresponds to the maximum number of API operations that can be called in the project per second. Default value: 100. | 100 |
| EngineConcurrency | long | The maximum number of tasks that the project can process per second. This corresponds to the maximum number of operators that can run in parallel in the project. Default value: 100.
| 100 |
| ProjectMaxDatasetCount | long | The maximum number of datasets that a project can contain. Valid values: 1 to 1000000000. Default value: 1000000000. | 1000000000 |
| DatasetMaxBindCount | long | The maximum number of bindings that a dataset can have. Valid values: 1 to 10. Default value: 10. | 10 |
| DatasetMaxFileCount | long | The maximum number of files in a dataset. Valid values: 1 to 100000000. Default value: 100000000. | 100000000 |
| DatasetMaxEntityCount | long | The maximum number of metadata entities in a dataset. Default value: 10000000000. Note
This parameter is reserved and does not actually apply a limit.
| 10000000000 |
| DatasetMaxRelationCount | long | The maximum number of metadata relationships in a dataset. Default value: 100000000000. Note
This parameter is reserved and does not actually apply a limit.
| 100000000000 |
| DatasetMaxTotalFileSize | long | The maximum total file size for a dataset. If the total file size exceeds this limit, indexes can no longer be added. Default value: 90000000000000000. Unit: bytes. | 90000000000000000 |
| DatasetCount | long | The current number of datasets in the project. | 5 |
| FileCount | long | The current number of files in the project. | 10 |
| TotalFileSize | long | The current total size of files in the project. Unit: bytes. | 100000 |
| Tags | array<object> | The tag list. | |
| Tags | object | The tags. | |
| TagKey | string | The tag key. | TestKey |
| TagValue | string | The tag value. | TestValue |