Class AbstractiveSummaryOperationDetail
java.lang.Object
com.azure.ai.textanalytics.models.AbstractiveSummaryOperationDetail
The
AbstractiveSummaryOperationDetail model.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aAbstractiveSummaryOperationDetailmodel. -
Method Summary
Modifier and TypeMethodDescriptionGets the created time of an action.Gets the displayName property of theAbstractiveSummaryOperationDetail.Gets the expiration time of an action.Gets the last updated time of an action.Gets the operationId property of theAbstractiveSummaryOperationDetail.
-
Constructor Details
-
AbstractiveSummaryOperationDetail
public AbstractiveSummaryOperationDetail()Constructs aAbstractiveSummaryOperationDetailmodel.
-
-
Method Details
-
getOperationId
Gets the operationId property of theAbstractiveSummaryOperationDetail.- Returns:
- The operationId property of the
AbstractiveSummaryOperationDetail.
-
getDisplayName
Gets the displayName property of theAbstractiveSummaryOperationDetail.- Returns:
- The displayName property of the
AbstractiveSummaryOperationDetail.
-
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.
-