All Products
Search
Document Center

Intelligent Media Management:Project

更新时间:Jan 19, 2026
ParameterTypeDescriptionExample
object

The project information.

ProjectNamestring

The name of the project.

immtest
ServiceRolestring

The service role.

AliyunIMMDefaultRole
TemplateIdstring

The ID of the workflow template.

DefaultId
CreateTimestring

The timestamp when the project was created. The timestamp is in the RFC3339Nano format.

2021-06-29T14:50:13.011643661+08:00
UpdateTimestring

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
Descriptionstring

The project description.

ProjectQueriesPerSecondlong

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
EngineConcurrencylong

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.

  • If the number of synchronous tasks that run in parallel exceeds this limit, the task execution time will be extended until a timeout occurs.
  • If the number of asynchronous tasks that run in parallel exceeds this limit, the tasks will be queued. This causes delayed task completion. If a task remains in the queue for longer than the specified time limit (usually dozens of seconds), the task will fail.
100
ProjectMaxDatasetCountlong

The maximum number of datasets that a project can contain. Valid values: 1 to 1000000000. Default value: 1000000000.

1000000000
DatasetMaxBindCountlong

The maximum number of bindings that a dataset can have. Valid values: 1 to 10. Default value: 10.

10
DatasetMaxFileCountlong

The maximum number of files in a dataset. Valid values: 1 to 100000000. Default value: 100000000.

100000000
DatasetMaxEntityCountlong

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
DatasetMaxRelationCountlong

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
DatasetMaxTotalFileSizelong

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
DatasetCountlong

The current number of datasets in the project.

5
FileCountlong

The current number of files in the project.

10
TotalFileSizelong

The current total size of files in the project. Unit: bytes.

100000
Tagsarray<object>

The tag list.

Tagsobject

The tags.

TagKeystring

The tag key.

TestKey
TagValuestring

The tag value.

TestValue