共用方式為


Face List Operations - Train Large Face List

提交大型臉部清單訓練工作。

訓練是一個關鍵步驟,只有定型的大型臉部清單可供「從大型臉部清單尋找類似」使用。

定型工作是異步工作。 定型時間取決於大型臉部清單中的臉部項目數目。 它可以是秒,或長達半小時,1,000,000 張臉。 若要檢查訓練完成,請使用「取得大型臉部清單訓練狀態」。

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

URI 參數

名稱 位於 必要 類型 Description
apiVersion
path True

string

API 版本

endpoint
path True

string

uri

支持的認知服務端點(通訊協定和主機名,例如:https://{resource-name}.cognitiveservices.azure.com)。

largeFaceListId
path True

string

有效字元為小寫或數位或 '-' 或 '_',最大長度為 64。

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

回應

名稱 類型 Description
202 Accepted

成功的呼叫會傳回空的回應本文。

標題

operation-Location: string

Other Status Codes

FaceErrorResponse

未預期的錯誤回應。

標題

x-ms-error-code: string

安全性

Ocp-Apim-Subscription-Key

Azure AI 臉部訂用帳戶的秘密密鑰。

類型: apiKey
位於: header

AADToken

Azure Active Directory OAuth2 流程

類型: oauth2
Flow: accessCode
授權 URL: https://api.example.com/oauth2/authorize
權杖 URL: https://api.example.com/oauth2/token

範圍

名稱 Description
https://cognitiveservices.azure.com/.default

範例

Train LargeFaceList

範例要求

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

範例回覆

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

定義

名稱 Description
FaceError

error 物件。 如需臉部服務所傳回錯誤碼和訊息的完整詳細數據,請參閱下列連結:https://aka.ms/face-error-codes-and-messages

FaceErrorResponse

包含錯誤詳細數據的回應。

FaceError

error 物件。 如需臉部服務所傳回錯誤碼和訊息的完整詳細數據,請參閱下列連結:https://aka.ms/face-error-codes-and-messages

名稱 類型 Description
code

string

其中一組伺服器定義的錯誤碼。

message

string

錯誤的人類可讀取表示法。

FaceErrorResponse

包含錯誤詳細數據的回應。

名稱 類型 Description
error

FaceError

error 物件。