AnalyzeActionsOperationMetadata interface
The metadata for beginAnalyzeActions operations.
- Extends
Properties
actions |
Number of failed actions. |
actions |
Number of actions still in progress. |
actions |
Number of successfully completed actions. |
display |
The operation's display name. |
Inherited Properties
created |
The date and time the operation was created. |
expires |
The date and time when the operation results will expire on the server. |
last |
The time the operation status was last updated. |
operation |
The operation id. |
status | The current status of the operation. |
Property Details
actionsFailedCount
Number of failed actions.
actionsFailedCount: number
Property Value
number
actionsInProgressCount
Number of actions still in progress.
actionsInProgressCount: number
Property Value
number
actionsSucceededCount
Number of successfully completed actions.
actionsSucceededCount: number
Property Value
number
displayName
The operation's display name.
displayName?: string
Property Value
string
Inherited Property Details
createdOn
The date and time the operation was created.
createdOn: Date
Property Value
Date
Inherited From OperationMetadata.createdOn
expiresOn
The date and time when the operation results will expire on the server.
expiresOn?: Date
Property Value
Date
Inherited From OperationMetadata.expiresOn
lastModifiedOn
The time the operation status was last updated.
lastModifiedOn: Date
Property Value
Date
Inherited From OperationMetadata.lastModifiedOn
operationId
The operation id.
operationId: string
Property Value
string
Inherited From OperationMetadata.operationId
status
The current status of the operation.
status: TextAnalyticsOperationStatus
Property Value
Inherited From OperationMetadata.status