DocumentClassifierBuildOperationDetailsOutput interface     
Get Operation response object.
Inherited Properties
| api | API version used to create this operation. | 
| created | Date and time (UTC) when the operation was created. | 
| error | Encountered error. | 
| last | Date and time (UTC) when the status was last updated. | 
| operation | Operation ID | 
| percent | Operation progress (0-100). | 
| resource | 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: "documentClassifierBuild"Property Value
"documentClassifierBuild"
result
Operation result upon success.
result?: DocumentClassifierDetailsOutputProperty Value
Inherited Property Details
		apiVersion
	 
	API version used to create this operation.
apiVersion?: stringProperty Value
string
Inherited From DocumentIntelligenceOperationDetailsOutputParent.apiVersion
		createdDateTime
	  
	Date and time (UTC) when the operation was created.
createdDateTime: stringProperty Value
string
Inherited From DocumentIntelligenceOperationDetailsOutputParent.createdDateTime
error
Encountered error.
error?: DocumentIntelligenceErrorOutputProperty Value
Inherited From DocumentIntelligenceOperationDetailsOutputParent.error
		lastUpdatedDateTime
	   
	Date and time (UTC) when the status was last updated.
lastUpdatedDateTime: stringProperty Value
string
Inherited From DocumentIntelligenceOperationDetailsOutputParent.lastUpdatedDateTime
		operationId
	 
	Operation ID
operationId: stringProperty Value
string
Inherited From DocumentIntelligenceOperationDetailsOutputParent.operationId
		percentCompleted
	 
	Operation progress (0-100).
percentCompleted?: numberProperty Value
number
Inherited From DocumentIntelligenceOperationDetailsOutputParent.percentCompleted
		resourceLocation
	 
	URL of the resource targeted by this operation.
resourceLocation: stringProperty Value
string
Inherited From DocumentIntelligenceOperationDetailsOutputParent.resourceLocation
status
Operation status. notStarted, running, completed, or failed
Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"
status: stringProperty 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