DocumentClassifierCopyToOperationDetailsOutput interface

Get Operation response object.

Extends

Properties

kind

Type of operation.

result

Operation result upon success.

Inherited Properties

apiVersion

API version used to create this operation.

createdDateTime

Date and time (UTC) when the operation was created.

error

Encountered error.

lastUpdatedDateTime

Date and time (UTC) when the status was last updated.

operationId

Operation ID

percentCompleted

Operation progress (0-100).

resourceLocation

URL of the resource targeted by this operation.

status

Operation status. notStarted, running, completed, or failed

Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"

tags

List of key-value tag attributes associated with the document model.

Property Details

kind

Type of operation.

kind: "documentClassifierCopyTo"

Property Value

"documentClassifierCopyTo"

result

Operation result upon success.

result?: DocumentClassifierDetailsOutput

Property Value

Inherited Property Details

apiVersion

API version used to create this operation.

apiVersion?: string

Property Value

string

Inherited From DocumentIntelligenceOperationDetailsOutputParent.apiVersion

createdDateTime

Date and time (UTC) when the operation was created.

createdDateTime: string

Property Value

string

Inherited From DocumentIntelligenceOperationDetailsOutputParent.createdDateTime

error

Encountered error.

error?: DocumentIntelligenceErrorOutput

Property Value

Inherited From DocumentIntelligenceOperationDetailsOutputParent.error

lastUpdatedDateTime

Date and time (UTC) when the status was last updated.

lastUpdatedDateTime: string

Property Value

string

Inherited From DocumentIntelligenceOperationDetailsOutputParent.lastUpdatedDateTime

operationId

Operation ID

operationId: string

Property Value

string

Inherited From DocumentIntelligenceOperationDetailsOutputParent.operationId

percentCompleted

Operation progress (0-100).

percentCompleted?: number

Property Value

number

Inherited From DocumentIntelligenceOperationDetailsOutputParent.percentCompleted

resourceLocation

URL of the resource targeted by this operation.

resourceLocation: string

Property Value

string

Inherited From DocumentIntelligenceOperationDetailsOutputParent.resourceLocation

status

Operation status. notStarted, running, completed, or failed

Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"

status: string

Property Value

string

Inherited From DocumentIntelligenceOperationDetailsOutputParent.status

tags

List of key-value tag attributes associated with the document model.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From DocumentIntelligenceOperationDetailsOutputParent.tags