AnalyzeActionsOperationDetail Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail

public final class AnalyzeActionsOperationDetail

The AnalyzeActionsOperationDetail model.

Constructor Summary

Constructor Description
AnalyzeActionsOperationDetail()

Constructs a AnalyzeActionsOperationDetail model.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getCreatedAt()

Gets the created time of an action.

String getDisplayName()

Gets the displayName property of the AnalyzeActionsOperationDetail.

OffsetDateTime getExpiresAt()

Gets the expiration time of an action.

int getFailedCount()

Gets the failed number of actions.

int getInProgressCount()

Gets the in-progress number of actions.

OffsetDateTime getLastModifiedAt()

Gets the last updated time of an action.

String getOperationId()

Gets the operationId property of the AnalyzeActionsOperationDetail.

int getSucceededCount()

Gets the successfully completed number of actions.

int getTotalCount()

Gets the total number of actions.

Methods inherited from java.lang.Object

Constructor Details

AnalyzeActionsOperationDetail

public AnalyzeActionsOperationDetail()

Constructs a AnalyzeActionsOperationDetail model.

Method Details

getCreatedAt

public OffsetDateTime getCreatedAt()

Gets the created time of an action.

Returns:

The created time of an action.

getDisplayName

public String getDisplayName()

Gets the displayName property of the AnalyzeActionsOperationDetail.

Returns:

The displayName property of the AnalyzeActionsOperationDetail.

getExpiresAt

public OffsetDateTime getExpiresAt()

Gets the expiration time of an action.

Returns:

The expiration time of an action.

getFailedCount

public int getFailedCount()

Gets the failed number of actions.

Returns:

The failed number of actions.

getInProgressCount

public int getInProgressCount()

Gets the in-progress number of actions.

Returns:

The in-progress number of actions.

getLastModifiedAt

public OffsetDateTime getLastModifiedAt()

Gets the last updated time of an action.

Returns:

The last updated time of an action.

getOperationId

public String getOperationId()

Gets the operationId property of the AnalyzeActionsOperationDetail.

Returns:

The operationId property of the AnalyzeActionsOperationDetail.

getSucceededCount

public int getSucceededCount()

Gets the successfully completed number of actions.

Returns:

The successfully completed number of actions.

getTotalCount

public int getTotalCount()

Gets the total number of actions.

Returns:

The total number of actions.

Applies to