All Products
Search
Document Center

Intelligent Media Management:Project

Last Updated:Dec 11, 2024
ParameterTypeDescriptionExample
object

The project information.

ProjectNamestring

The project name.

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 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 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.

  • Synchronous tasks: If the number of parallel tasks exceeds this limit, the task execution time is prolonged until a timeout occurs.
  • Asynchronous tasks: If the number of parallel tasks exceeds this limit, tasks are queued and task completion is delayed. When the queuing time exceeds the limit, a task fails. In most cases, the queuing time limit is 10 minutes.
100
ProjectMaxDatasetCountlong

The maximum number of datasets in the project. Valid values: 1 to 1000000000. Default value: 1000000000.

1000000000
DatasetMaxBindCountlong

The maximum number of mappings allowed for a dataset. 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 have usage limits.
10000000000
DatasetMaxRelationCountlong

The maximum number of metadata relationships in a dataset. Default value: 100000000000.

Note This parameter is reserved and does not have usage limits.
100000000000
DatasetMaxTotalFileSizelong

The maximum total size of all files in a dataset. If the total size exceeds the limit, indexes cannot be created for files. 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 total size of files in the project. Unit: bytes.

100000
Tagsarray<object>

The tags.

Tagsobject

The tag.

TagKeystring

The tag key.

TestKey
TagValuestring

The tag value.

TestValue