AnalyzeActionsOperationMetadata interface

The metadata for beginAnalyzeActions operations.

Extends

Properties

actionsFailedCount

Number of failed actions.

actionsInProgressCount

Number of actions still in progress.

actionsSucceededCount

Number of successfully completed actions.

displayName

The operation's display name.

Inherited Properties

createdOn

The date and time the operation was created.

expiresOn

The date and time when the operation results will expire on the server.

lastModifiedOn

The time the operation status was last updated.

operationId

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