Face List Operations - Train Large Face List
Large Face List トレーニング タスクを送信します。
トレーニングは、トレーニング済みの大規模な顔リストのみを使用できる重要な手順です。"大規模な顔リストから類似を検索" で使用できます。
トレーニング タスクは非同期タスクです。 トレーニング時間は、大規模な顔リスト内の顔エントリの数によって異なります。 1,000,000 個の顔の場合は、秒単位または最大 30 分です。 トレーニングの完了を確認するには、"Get Large Face List Training Status" を使用してください。
POST {endpoint}/face/{apiVersion}/largefacelists/{largeFaceListId}/train
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
api
|
path | True |
string |
API バージョン |
endpoint
|
path | True |
string uri |
サポートされている Cognitive Services エンドポイント (プロトコルとホスト名。例: https://{resource-name}.cognitiveservices.azure.com)。 |
large
|
path | True |
string |
有効な文字は小文字、数字、'-' または '_' の文字で、最大長は 64 です。 正規表現パターン: |
応答
名前 | 型 | 説明 |
---|---|---|
202 Accepted |
呼び出しが成功すると、空の応答本文が返されます。 ヘッダー operation-Location: string |
|
Other Status Codes |
予期しないエラー応答。 ヘッダー x-ms-error-code: string |
セキュリティ
Ocp-Apim-Subscription-Key
Azure AI Face サブスクリプションの秘密鍵。
型:
apiKey
/:
header
AADToken
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
accessCode
Authorization URL (承認 URL):
https://api.example.com/oauth2/authorize
Token URL (トークン URL):
https://api.example.com/oauth2/token
スコープ
名前 | 説明 |
---|---|
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
定義
名前 | 説明 |
---|---|
Face |
エラー オブジェクト。 Face サービスによって返されるエラー コードとメッセージの詳細については、次のリンクを参照してください: https://aka.ms/face-error-codes-and-messages。 |
Face |
エラーの詳細を含む応答。 |
FaceError
エラー オブジェクト。 Face サービスによって返されるエラー コードとメッセージの詳細については、次のリンクを参照してください: https://aka.ms/face-error-codes-and-messages。
名前 | 型 | 説明 |
---|---|---|
code |
string |
サーバー定義の一連のエラー コードの 1 つ。 |
message |
string |
エラーの人間が判読できる表現。 |
FaceErrorResponse
エラーの詳細を含む応答。
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |