Parameter | Type | Description | Example |
---|---|---|---|
object | The information about a face clustering task. | ||
ObjectId | string | The task ID. | Cluster-99b1c333-86dc-45da-8c6**** |
Name | string | The task name. | abc |
Cover | object | The task cover. | |
Figures | array<object> | The figures. | |
object | The figure. | ||
FigureId | string | The figure ID. | 2cb3c51e-b406-4b0c-af1b-897d88e1**** |
CustomId | string | The custom ID. | abc |
CustomLabels | object | The custom label. You can use a label to search for a group. | {"Bucket": "examplebucket"} |
MetaLockVersion | long | The version of the metadata lock. When a face clustering task is updated, the current metadata lock version is passed. Then, the server checks whether the value of the MetaLockVersion parameter is the same as the passed value. If the values match, the server updates the task. In most cases, the Get or List operation is called to pass the metadata lock version. This parameter is used to prevent update conflicts in concurrent scenarios. The initial version is 0. The version is automatically increased by 1 after each successful update. | 1 |