你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Face List Operations - Train Large Face List

提交大型人脸列表训练任务。

训练是一个关键步骤,“从大型人脸列表中查找相似人脸”只能使用经过训练的大人脸列表。

训练任务是异步任务。 训练时间取决于大型人脸列表中的人脸条目数。 对于 1,000,000 张人脸,它可能以秒为单位,或者最多半小时。 若要检查训练完成,请使用“获取大型人脸列表训练状态”。

POST {endpoint}/face/{apiVersion}/largefacelists/{largeFaceListId}/train

URI 参数

名称 必需 类型 说明
apiVersion
path True

string

API 版本

endpoint
path True

string

uri

支持的认知服务终结点 (协议和主机名,例如:https://{resource-name}.cognitiveservices.azure.com) 。

largeFaceListId
path True

string

有效字符是小写字母、数字或“-”或“_”,最大长度为 64。

Regex pattern: ^[a-z0-9-_]+$

响应

名称 类型 说明
202 Accepted

成功的调用将返回空的响应正文。

Headers

operation-Location: string

Other Status Codes

FaceErrorResponse

意外的错误响应。

Headers

x-ms-error-code: string

安全性

Ocp-Apim-Subscription-Key

Azure AI 人脸订阅的密钥。

Type: apiKey
In: header

AADToken

Azure Active Directory OAuth2 流

Type: oauth2
Flow: accessCode
Authorization URL: https://api.example.com/oauth2/authorize
Token URL: https://api.example.com/oauth2/token

Scopes

名称 说明
https://cognitiveservices.azure.com/.default

示例

Train LargeFaceList

Sample Request

POST {endpoint}/face/v1.1-preview.1/largefacelists/your_large_face_list_id/train

Sample Response

operation-Location: https://contoso.com/operationstatus

定义

名称 说明
FaceError

错误对象。 有关人脸服务返回的错误代码和消息的综合详细信息,请参阅以下链接: https://aka.ms/face-error-codes-and-messages

FaceErrorResponse

包含错误详细信息的响应。

FaceError

错误对象。 有关人脸服务返回的错误代码和消息的综合详细信息,请参阅以下链接: https://aka.ms/face-error-codes-and-messages

名称 类型 说明
code

string

服务器定义的一组错误代码中的一个。

message

string

错误的用户可读表示形式。

FaceErrorResponse

包含错误详细信息的响应。

名称 类型 说明
error

FaceError

错误对象。