AnalyzeActionsLROPoller Class

Inheritance
azure.core.polling._poller.LROPoller
AnalyzeActionsLROPoller
AnalyzeActionsLROPoller

Constructor

AnalyzeActionsLROPoller(client: Any, initial_response: Any, deserialization_callback: Callable, polling_method: PollingMethod[PollingReturnType])

Parameters

client
initial_response
deserialization_callback
polling_method

Methods

polling_method

Return the polling method associated to this poller.

polling_method

Return the polling method associated to this poller.

polling_method() -> azure.ai.textanalytics._lro.AnalyzeActionsLROPollingMethod

Attributes

actions_failed_count

Total number of actions that have failed

Returns

Total number of actions that have failed

Return type

int

actions_in_progress_count

Total number of actions currently in progress

Returns

Total number of actions currently in progress

Return type

int

actions_succeeded_count

Total number of actions that succeeded

Returns

Total number of actions that succeeded

Return type

int

created_on

When your analyze job was created

Returns

When your analyze job was created

Return type

display_name

The display name of your <xref:azure.ai.textanalytics.begin_analyze_actions> call.

Corresponds to the display_name kwarg you pass to your <xref:azure.ai.textanalytics.begin_analyze_actions> call.

Returns

The display name of your <xref:azure.ai.textanalytics.begin_analyze_actions> call.

Return type

str

expires_on

When your analyze job will expire

Returns

When your analyze job will expire

Return type

id

ID of your <xref:azure.ai.textanalytics.begin_analyze_actions> call.

Returns

ID of your <xref:azure.ai.textanalytics.begin_analyze_actions> call.

Return type

str

last_modified_on

The last time your actions results were updated

Returns

The last time your actions results were updated

Return type

total_actions_count

Total number of actions you submitted

Returns

Total number of actions submitted

Return type

int