OperationDetails Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. OperationDetails
- com.
public class OperationDetails
The OperationDetails model.
Constructor Summary
Constructor | Description |
---|---|
OperationDetails() |
Creates an instance of Operation |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getCreatedOn()
Get the Date and time (UTC) when the analyze operation was submitted. |
Response |
getError()
Get the error property: Encountered error. |
Operation |
getKind()
Get the kind property: Type of operation. |
Offset |
getLastUpdatedOn()
Get the last |
String |
getOperationId()
Get the operation |
Integer |
getPercentCompleted()
Get the percent |
String |
getResourceLocation()
Get the resource |
String |
getServiceVersion()
Get the Service version used to create this document classifier. |
Operation |
getStatus()
Get the status property: Operation status. |
Map<String,String> |
getTags()
Get the list of key-value tag attributes associated with the document model. |
Methods inherited from java.lang.Object
Constructor Details
OperationDetails
public OperationDetails()
Creates an instance of OperationDetails.
Method Details
getCreatedOn
public OffsetDateTime getCreatedOn()
Get the Date and time (UTC) when the analyze operation was submitted.
Returns:
getError
public ResponseError getError()
Get the error property: Encountered error.
Returns:
getKind
public OperationKind getKind()
Get the kind property: Type of operation.
Returns:
getLastUpdatedOn
public OffsetDateTime getLastUpdatedOn()
Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.
Returns:
getOperationId
public String getOperationId()
Get the operationId property: Operation ID.
Returns:
getPercentCompleted
public Integer getPercentCompleted()
Get the percentCompleted property: Operation progress (0-100).
Returns:
getResourceLocation
public String getResourceLocation()
Get the resourceLocation property: URL of the resource targeted by this operation.
Returns:
getServiceVersion
public String getServiceVersion()
Get the Service version used to create this document classifier.
Returns:
getStatus
public OperationStatus getStatus()
Get the status property: Operation status.
Returns:
getTags
public Map
Get the list of key-value tag attributes associated with the document model.
Returns:
Applies to
Azure SDK for Java