Skip to main content

await_completion

AsyncMethod
This is a method of the VideoAgent class in the video_agent module.
Async version of wait_for_completion().

Signature

async def await_completion(video_id: str, poll_interval: Optional[int], max_wait_time: Optional[int]) -> Any

Parameters

video_id
str
required
No description available.
poll_interval
Optional
No description available.
max_wait_time
Optional
No description available.

Returns

Returns
Any
The result of the operation.