Text Analysis Authoring - Get Training Status
학습 작업의 상태를 가져옵니다.
GET {Endpoint}/language/authoring/analyze-text/projects/{projectName}/train/jobs/{jobId}?api-version=2023-04-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
Endpoint
|
path | True |
string url |
지원되는 Cognitive Services 엔드포인트(예: https://.api.cognitiveservices.azure.com. |
job
|
path | True |
string |
작업 ID입니다. |
project
|
path | True |
string |
새 프로젝트 이름입니다. |
api-version
|
query | True |
string |
이 작업에 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
요청이 성공했습니다. |
|
Other Status Codes |
예기치 않은 오류 응답입니다. |
보안
Ocp-Apim-Subscription-Key
형식:
apiKey
In(다음 안에):
header
OAuth2Auth
형식:
oauth2
Flow:
accessCode
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
토큰 URL:
https://login.microsoftonline.com/common/oauth2/token
범위
Name | Description |
---|---|
https://cognitiveservices.azure.com/.default |
예제
SuccessfulGetTrainStatus
샘플 요청
GET {Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/train/jobs/8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000?api-version=2023-04-01
샘플 응답
{
"result": {
"modelLabel": "model1",
"trainingConfigVersion": "2022-05-01",
"estimatedEndDateTime": "2022-04-18T15:47:58.8190649Z",
"trainingStatus": {
"percentComplete": 3,
"startDateTime": "2022-04-18T15:45:06.8190649Z",
"status": "running"
},
"evaluationStatus": {
"percentComplete": 0,
"status": "notStarted"
}
},
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000",
"createdDateTime": "2022-04-18T15:44:44Z",
"lastUpdatedDateTime": "2022-04-18T15:45:48Z",
"expirationDateTime": "2022-04-25T15:44:44Z",
"status": "running"
}
정의
Name | Description |
---|---|
Error |
오류 개체입니다. |
Error |
사람이 읽을 수 있는 오류 코드입니다. |
Error |
오류 응답입니다. |
Inner |
사람이 읽을 수 있는 오류 코드입니다. |
Inner |
오류에 대한 보다 구체적인 정보를 포함하는 개체입니다. Microsoft One API 지침에 따라 https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. |
Job |
|
Text |
학습 하위 작업의 자세한 상태를 나타냅니다. |
Text |
학습 작업의 출력을 나타냅니다. |
Text |
학습 작업의 상태를 나타냅니다. |
Text |
요청을 실행하는 동안 발생한 경고를 나타냅니다. |
Error
오류 개체입니다.
Name | 형식 | Description |
---|---|---|
code |
서버에서 정의한 오류 코드 집합 중 하나입니다. |
|
details |
Error[] |
이 보고된 오류로 이어진 특정 오류에 대한 세부 정보 배열입니다. |
innererror |
오류에 대한 현재 개체보다 더 구체적인 정보를 포함하는 개체입니다. |
|
message |
string |
사람이 읽을 수 있는 오류 표현입니다. |
target |
string |
오류의 대상입니다. |
ErrorCode
사람이 읽을 수 있는 오류 코드입니다.
Name | 형식 | Description |
---|---|---|
AzureCognitiveSearchIndexLimitReached |
string |
|
AzureCognitiveSearchIndexNotFound |
string |
|
AzureCognitiveSearchNotFound |
string |
|
AzureCognitiveSearchThrottling |
string |
|
Conflict |
string |
|
Forbidden |
string |
|
InternalServerError |
string |
|
InvalidArgument |
string |
|
InvalidRequest |
string |
|
NotFound |
string |
|
OperationNotFound |
string |
|
ProjectNotFound |
string |
|
QuotaExceeded |
string |
|
ServiceUnavailable |
string |
|
Timeout |
string |
|
TooManyRequests |
string |
|
Unauthorized |
string |
|
Warning |
string |
ErrorResponse
오류 응답입니다.
Name | 형식 | Description |
---|---|---|
error |
오류 개체입니다. |
InnerErrorCode
사람이 읽을 수 있는 오류 코드입니다.
Name | 형식 | Description |
---|---|---|
AzureCognitiveSearchNotFound |
string |
|
AzureCognitiveSearchThrottling |
string |
|
EmptyRequest |
string |
|
ExtractionFailure |
string |
|
InvalidCountryHint |
string |
|
InvalidDocument |
string |
|
InvalidDocumentBatch |
string |
|
InvalidParameterValue |
string |
|
InvalidRequest |
string |
|
InvalidRequestBodyFormat |
string |
|
KnowledgeBaseNotFound |
string |
|
MissingInputDocuments |
string |
|
ModelVersionIncorrect |
string |
|
UnsupportedLanguageCode |
string |
InnerErrorModel
오류에 대한 보다 구체적인 정보를 포함하는 개체입니다. Microsoft One API 지침에 따라 https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.
Name | 형식 | Description |
---|---|---|
code |
서버에서 정의한 오류 코드 집합 중 하나입니다. |
|
details |
object |
오류 세부 정보입니다. |
innererror |
오류에 대한 현재 개체보다 더 구체적인 정보를 포함하는 개체입니다. |
|
message |
string |
오류 메시지입니다. |
target |
string |
오류 대상입니다. |
JobStatus
Name | 형식 | Description |
---|---|---|
cancelled |
string |
|
cancelling |
string |
|
failed |
string |
|
notStarted |
string |
|
partiallyCompleted |
string |
|
running |
string |
|
succeeded |
string |
TextAnalysisAuthoringSubTrainingJobState
학습 하위 작업의 자세한 상태를 나타냅니다.
Name | 형식 | Description |
---|---|---|
endDateTime |
string |
종료 날짜 시간을 나타냅니다. |
percentComplete |
integer |
진행률 백분율을 나타냅니다. |
startDateTime |
string |
시작 날짜 시간을 나타냅니다. |
status |
하위 작업의 상태를 나타냅니다. |
TextAnalysisAuthoringTrainingJobResult
학습 작업의 출력을 나타냅니다.
Name | 형식 | Description |
---|---|---|
estimatedEndDateTime |
string |
학습 및 평가의 예상 종료 날짜 시간을 나타냅니다. |
evaluationStatus |
모델 평가 상태를 나타냅니다. |
|
modelLabel |
string |
학습된 모델 레이블을 나타냅니다. |
trainingConfigVersion |
string |
학습 구성 버전을 나타냅니다. |
trainingStatus |
모델 학습 상태를 나타냅니다. |
TextAnalysisAuthoringTrainingJobState
학습 작업의 상태를 나타냅니다.
Name | 형식 | Description |
---|---|---|
createdDateTime |
string |
작업의 생성 날짜 시간입니다. |
errors |
Error[] |
작업을 실행하는 동안 발생한 오류입니다. |
expirationDateTime |
string |
작업의 만료 날짜 시간입니다. |
jobId |
string |
작업 ID입니다. |
lastUpdatedDateTime |
string |
작업이 업데이트된 마지막 날짜입니다. |
result |
학습 작업에 대한 자세한 결과를 나타냅니다. |
|
status |
작업 상태입니다. |
|
warnings |
작업을 실행하는 동안 발생한 경고입니다. |
TextAnalysisAuthoringWarning
요청을 실행하는 동안 발생한 경고를 나타냅니다.
Name | 형식 | Description |
---|---|---|
code |
string |
경고 코드입니다. |
message |
string |
경고 메시지입니다. |