Parameter | Type | Description | Example |
---|---|---|---|
object | The information about the face cluster. | ||
OwnerId | string | The ID of the user. | 102321002**** |
ProjectName | string | The name of the project. | immtest |
DatasetName | string | The name of the dataset. | dataset001 |
ObjectType | string | The type of the cluster. | figure-cluster |
ObjectId | string | The ID of the cluster. | Cluster-ae6e3472-999e-410b-b54e-cd5dba**** |
UpdateTime | string | The time when the cluster was updated. | 2022-01-14T10:10:52.83948013+08:00 |
CreateTime | string | The time when the cluster was created. | 2022-01-14T10:10:52.83948013+08:00 |
Name | string | The name of the cluster. | abc |
Gender | string | The gender. | female |
FaceCount | long | The number of faces. | 3 |
ImageCount | long | The number of images. | 5 |
VideoCount | long | The number of videos. | 3 |
AverageAge | float | The average age. | 26 |
MinAge | float | The minimum age. | 12 |
MaxAge | float | The maximum age. | 44 |
Cover | File | The cover image. | |
CustomId | string | The custom ID. | abc |
CustomLabels | object | The custom labels. You can search for clusters by label. | {"Bucket": "examplebucket"} |
MetaLockVersion | long | The version of the metadata lock. A metadata lock version can be obtained by using a get or list operation. If you include the MetaLockVersion parameter in a request to update the cluster, the server checks consistency between the MetaLockVersion parameter value sent in the request and the one on the server side and updates the cluster only when they are consistent. This parameter prevents update conflicts in concurrent scenarios. The initial version is 0. The version is automatically increased by 1 after each successful update. | 0 |