다음을 통해 공유


DocumentClassifierBuildOperationDetailsOutput interface

작업 응답 개체를 가져옵니다.

Extends

속성

kind

작업 유형입니다.

result

성공 시 작업 결과입니다.

상속된 속성

apiVersion

이 작업을 만드는 데 사용되는 API 버전입니다.

createdDateTime

작업을 만든 날짜 및 시간(UTC)입니다.

error

오류가 발생했습니다.

lastUpdatedDateTime

상태 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.

operationId

OperationID

percentCompleted

작업 진행률(0-100).

resourceLocation

이 작업의 대상이 되는 리소스의 URL입니다.

status

작업 상태입니다. notStarted, 실행, 완료 또는 실패

가능한 값: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

속성 세부 정보

kind

작업 유형입니다.

kind: "documentClassifierBuild"

속성 값

"documentClassifierBuild"

result

성공 시 작업 결과입니다.

result?: DocumentClassifierDetailsOutput

속성 값

상속된 속성 세부 정보

apiVersion

이 작업을 만드는 데 사용되는 API 버전입니다.

apiVersion?: string

속성 값

string

OperationDetailsOutputParent.apiVersion에서 상속됨

createdDateTime

작업을 만든 날짜 및 시간(UTC)입니다.

createdDateTime: string

속성 값

string

OperationDetailsOutputParent.createdDateTime에서 상속됨

error

오류가 발생했습니다.

error?: ErrorModelOutput

속성 값

OperationDetailsOutputParent.error에서 상속됨

lastUpdatedDateTime

상태 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.

lastUpdatedDateTime: string

속성 값

string

OperationDetailsOutputParent.lastUpdatedDateTime에서 상속됨

operationId

OperationID

operationId: string

속성 값

string

OperationDetailsOutputParent.operationId에서 상속됨

percentCompleted

작업 진행률(0-100).

percentCompleted?: number

속성 값

number

OperationDetailsOutputParent.percentCompleted에서 상속

resourceLocation

이 작업의 대상이 되는 리소스의 URL입니다.

resourceLocation: string

속성 값

string

OperationDetailsOutputParent.resourceLocation에서 상속됨

status

작업 상태입니다. notStarted, 실행, 완료 또는 실패

가능한 값: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

status: string

속성 값

string

OperationDetailsOutputParent.상태상속

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

tags?: Record<string, string>

속성 값

Record<string, string>

OperationDetailsOutputParent.tags에서 상속