Class AnalyzeActionsOperationDetail
java.lang.Object
com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail
The
AnalyzeActionsOperationDetail model.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aAnalyzeActionsOperationDetailmodel. -
Method Summary
Modifier and TypeMethodDescriptionGets the created time of an action.Gets the displayName property of theAnalyzeActionsOperationDetail.Gets the expiration time of an action.intGets the failed number of actions.intGets the in-progress number of actions.Gets the last updated time of an action.Gets the operationId property of theAnalyzeActionsOperationDetail.intGets the successfully completed number of actions.intGets the total number of actions.
-
Constructor Details
-
AnalyzeActionsOperationDetail
public AnalyzeActionsOperationDetail()Constructs aAnalyzeActionsOperationDetailmodel.
-
-
Method Details
-
getOperationId
Gets the operationId property of theAnalyzeActionsOperationDetail.- Returns:
- The operationId property of the
AnalyzeActionsOperationDetail.
-
getDisplayName
Gets the displayName property of theAnalyzeActionsOperationDetail.- Returns:
- The displayName property of the
AnalyzeActionsOperationDetail.
-
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.
-
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.
-
getCreatedAt
Gets the created time of an action.- Returns:
- The created time of an action.
-
getExpiresAt
Gets the expiration time of an action.- Returns:
- The expiration time of an action.
-
getLastModifiedAt
Gets the last updated time of an action.- Returns:
- The last updated time of an action.
-