Class OperationDetails
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationDetails
- Direct Known Subclasses:
DocumentModelBuildOperationDetails
,DocumentModelComposeOperationDetails
,DocumentModelCopyToOperationDetails
The OperationDetails model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the Date and time (UTC) when the analyze operation was submitted.com.azure.core.models.ResponseError
getError()
Get the error property: Encountered error.getKind()
Get the kind property: Type of operation.Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.Get the operationId property: Operation ID.Get the percentCompleted property: Operation progress (0-100).Get the resourceLocation property: URL of the resource targeted by this operation.Get the status property: Operation status.getTags()
Get the list of key-value tag attributes associated with the document model.
-
Constructor Details
-
OperationDetails
public OperationDetails()
-
-
Method Details
-
getCreatedOn
Get the Date and time (UTC) when the analyze operation was submitted.- Returns:
- the createdDateTime value.
-
getError
public com.azure.core.models.ResponseError getError()Get the error property: Encountered error.- Returns:
- the error value.
-
getOperationId
Get the operationId property: Operation ID.- Returns:
- the operationId value.
-
getStatus
Get the status property: Operation status.- Returns:
- the status value.
-
getPercentCompleted
Get the percentCompleted property: Operation progress (0-100).- Returns:
- the percentCompleted value.
-
getLastUpdatedOn
Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.- Returns:
- the lastUpdatedDateTime value.
-
getKind
Get the kind property: Type of operation.- Returns:
- the kind value.
-
getResourceLocation
Get the resourceLocation property: URL of the resource targeted by this operation.- Returns:
- the resourceLocation value.
-
getTags
Get the list of key-value tag attributes associated with the document model.- Returns:
- the tags value.
-