Person Group Operations - Train Person Group
개인 그룹 학습 작업을 제출합니다. 학습은 "개인 그룹에서 식별"에서 학습된 사람 그룹만 사용할 수 있는 중요한 단계입니다.
학습 작업은 비동기 작업입니다. 학습 시간은 개인 항목 수와 사람 그룹의 얼굴에 따라 달라집니다. 몇 초에서 몇 분 정도가 될 수 있습니다. 학습 상태를 확인하려면 "개인 그룹 학습 상태 가져오기"를 사용하세요.
POST {endpoint}/face/{apiVersion}/persongroups/{personGroupId}/train
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
api
|
path | True |
string |
API 버전 |
endpoint
|
path | True |
string uri |
지원되는 Cognitive Services 엔드포인트(프로토콜 및 호스트 이름, 예: https://{resource-name}.cognitiveservices.azure.com). |
person
|
path | True |
string |
컨테이너의 ID입니다. regex 패턴: |
응답
Name | 형식 | Description |
---|---|---|
202 Accepted |
호출이 성공하면 빈 응답 본문이 반환됩니다. 헤더 operation-Location: string |
|
Other Status Codes |
예기치 않은 오류 응답입니다. 헤더 x-ms-error-code: string |
보안
Ocp-Apim-Subscription-Key
Azure AI Face 구독의 비밀 키입니다.
형식:
apiKey
In(다음 안에):
header
AADToken
Azure Active Directory OAuth2 흐름
형식:
oauth2
Flow:
accessCode
권한 부여 URL:
https://api.example.com/oauth2/authorize
토큰 URL:
https://api.example.com/oauth2/token
범위
Name | Description |
---|---|
https://cognitiveservices.azure.com/.default |
예제
Train PersonGroup
샘플 요청
POST {endpoint}/face/v1.2-preview.1/persongroups/your_person_group_id/train
샘플 응답
operation-Location: https://contoso.com/operationstatus
정의
Name | Description |
---|---|
Face |
오류 개체입니다. Face Service에서 반환된 오류 코드 및 메시지에 대한 포괄적인 세부 정보는 다음 링크를 참조하세요. https://aka.ms/face-error-codes-and-messages. |
Face |
오류 세부 정보가 포함된 응답입니다. |
FaceError
오류 개체입니다. Face Service에서 반환된 오류 코드 및 메시지에 대한 포괄적인 세부 정보는 다음 링크를 참조하세요. https://aka.ms/face-error-codes-and-messages.
Name | 형식 | Description |
---|---|---|
code |
string |
서버에서 정의한 오류 코드 집합 중 하나입니다. |
message |
string |
사람이 읽을 수 있는 오류 표현입니다. |
FaceErrorResponse
오류 세부 정보가 포함된 응답입니다.
Name | 형식 | Description |
---|---|---|
error |
오류 개체입니다. |