OperationSummary Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.OperationSummary

public final class OperationSummary

OperationSummary.

Constructor Summary

Constructor Description
OperationSummary()

Creates a OperationSummary object.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getCreatedOn()

Get the createdDateTime property: Date and time (UTC) when the operation was created.

OperationKind getKind()

Get the kind property: Type of operation.

OffsetDateTime getLastUpdatedOn()

Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.

String getOperationId()

Get the operationId property: Operation ID.

Integer getPercentCompleted()

Get the percentCompleted property: Operation progress (0-100).

String getResourceLocation()

Get the resourceLocation property: URL of the resource targeted by this operation.

String getServiceVersion()

Get the Service version used to create this document classifier.

OperationStatus 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

OperationSummary

public OperationSummary()

Creates a OperationSummary object.

Method Details

getCreatedOn

public OffsetDateTime getCreatedOn()

Get the createdDateTime property: Date and time (UTC) when the operation was created.

Returns:

the createdDateTime value.

getKind

public OperationKind getKind()

Get the kind property: Type of operation.

Returns:

the kind value.

getLastUpdatedOn

public OffsetDateTime getLastUpdatedOn()

Get the lastUpdatedDateTime property: Date and time (UTC) when the status was last updated.

Returns:

the lastUpdatedDateTime value.

getOperationId

public String getOperationId()

Get the operationId property: Operation ID.

Returns:

the operationId value.

getPercentCompleted

public Integer getPercentCompleted()

Get the percentCompleted property: Operation progress (0-100).

Returns:

the percentCompleted value.

getResourceLocation

public String getResourceLocation()

Get the resourceLocation property: URL of the resource targeted by this operation.

Returns:

the resourceLocation value.

getServiceVersion

public String getServiceVersion()

Get the Service version used to create this document classifier.

Returns:

the serviceVersion value.

getStatus

public OperationStatus getStatus()

Get the status property: Operation status.

Returns:

the status value.

getTags

public Map getTags()

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

Returns:

the tags value.

Applies to