AnalyzeActionsOperationDetail Class
- java.
lang. Object - com.
azure. ai. textanalytics. models. AnalyzeActionsOperationDetail
- com.
public final class AnalyzeActionsOperationDetail
The AnalyzeActionsOperationDetail model.
Constructor Summary
| Constructor | Description |
|---|---|
| AnalyzeActionsOperationDetail() |
Constructs a |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
getCreatedAt()
Gets the created time of an action. |
| String |
getDisplayName()
Gets the display |
|
Offset |
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. |
|
Offset |
getLastModifiedAt()
Gets the last updated time of an action. |
| String |
getOperationId()
Gets the operation |
| 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:
getDisplayName
public String getDisplayName()
Gets the displayName property of the AnalyzeActionsOperationDetail.
Returns:
AnalyzeActionsOperationDetail.getExpiresAt
public OffsetDateTime getExpiresAt()
Gets the expiration time of an action.
Returns:
getFailedCount
public int getFailedCount()
Gets the failed number of actions.
Returns:
getInProgressCount
public int getInProgressCount()
Gets the in-progress number of actions.
Returns:
getLastModifiedAt
public OffsetDateTime getLastModifiedAt()
Gets the last updated time of an action.
Returns:
getOperationId
public String getOperationId()
Gets the operationId property of the AnalyzeActionsOperationDetail.
Returns:
AnalyzeActionsOperationDetail.getSucceededCount
public int getSucceededCount()
Gets the successfully completed number of actions.
Returns:
getTotalCount
public int getTotalCount()
Gets the total number of actions.
Returns: