AnalyzeActionsOperationMetadata interface

Warning

This API is now deprecated.

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

Warning

This API is now deprecated.

Number of failed actions.

actionsFailedCount: number

Property Value

number

actionsInProgressCount

Warning

This API is now deprecated.

Number of actions still in progress.

actionsInProgressCount: number

Property Value

number

actionsSucceededCount

Warning

This API is now deprecated.

Number of successfully completed actions.

actionsSucceededCount: number

Property Value

number

displayName

Warning

This API is now deprecated.

The operation's display name.

displayName?: string

Property Value

string

Inherited Property Details

createdOn

Warning

This API is now deprecated.

The date and time the operation was created.

createdOn: Date

Property Value

Date

Inherited From OperationMetadata.createdOn

expiresOn

Warning

This API is now deprecated.

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

expiresOn?: Date

Property Value

Date

Inherited From OperationMetadata.expiresOn

lastModifiedOn

Warning

This API is now deprecated.

The time the operation status was last updated.

lastModifiedOn: Date

Property Value

Date

Inherited From OperationMetadata.lastModifiedOn

operationId

Warning

This API is now deprecated.

The operation id.

operationId: string

Property Value

string

Inherited From OperationMetadata.operationId

status

Warning

This API is now deprecated.

The current status of the operation.

status: TextAnalyticsOperationStatus

Property Value

Inherited From OperationMetadata.status