...
Since a prediction is not an instantaneous task and can take several seconds to minutes, the prediction is performed asynchroniouslyasynchronously, that is in two steps:
- Start a prediction task and get a task ID
- Fetch your prediction task using the task ID from step (1). Keep fetching until the task is ready
...