Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  1. Start a prediction task and get a task ID
  2. Fetch your prediction task using the task ID from step (1). Keep fetching until the task is ready

...