你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentClassifierBuildOperationDetailsOutput interface

获取操作响应对象。

扩展

属性

kind

操作的类型。

result

成功后的操作结果。

继承属性

apiVersion

用于创建此操作的 API 版本。

createdDateTime

创建操作的日期和时间(UTC)。

error

遇到错误。

lastUpdatedDateTime

上次更新状态的日期和时间(UTC)。

operationId

操作 ID

percentCompleted

操作进度(0-100)。

resourceLocation

此操作面向的资源的 URL。

status

操作状态。 notStarted、running、completed 或 failed

可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”

tags

与文档模型关联的键值标记属性的列表。

属性详细信息

kind

操作的类型。

kind: "documentClassifierBuild"

属性值

"documentClassifierBuild"

result

成功后的操作结果。

result?: DocumentClassifierDetailsOutput

属性值

继承属性详细信息

apiVersion

用于创建此操作的 API 版本。

apiVersion?: string

属性值

string

继承自DocumentIntelligenceOperationDetailsOutputParent.apiVersion

createdDateTime

创建操作的日期和时间(UTC)。

createdDateTime: string

属性值

string

继承自DocumentIntelligenceOperationDetailsOutputParent.createdDateTime

error

遇到错误。

error?: DocumentIntelligenceErrorOutput

属性值

继承自DocumentIntelligenceOperationDetailsOutputParent.error

lastUpdatedDateTime

上次更新状态的日期和时间(UTC)。

lastUpdatedDateTime: string

属性值

string

继承自DocumentIntelligenceOperationDetailsOutputParent.lastUpdatedDateTime

operationId

操作 ID

operationId: string

属性值

string

继承自DocumentIntelligenceOperationDetailsOutputParent.operationId

percentCompleted

操作进度(0-100)。

percentCompleted?: number

属性值

number

继承自DocumentIntelligenceOperationDetailsOutputParent.percentCompleted

resourceLocation

此操作面向的资源的 URL。

resourceLocation: string

属性值

string

继承自DocumentIntelligenceOperationDetailsOutputParent.resourceLocation

status

操作状态。 notStarted、running、completed 或 failed

可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”

status: string

属性值

string

继承自DocumentIntelligenceOperationDetailsOutputParent.status

tags

与文档模型关联的键值标记属性的列表。

tags?: Record<string, string>

属性值

Record<string, string>

继承自DocumentIntelligenceOperationDetailsOutputParent.tags