TimeSeriesCloudPredictor.get_batch_inference_job_status

TimeSeriesCloudPredictor.get_batch_inference_job_status(job_name: str | None = None) str

Get the status of the batch inference job. This is useful when the user made an asynchronous call to the predict() function

Parameters:

job_name (str) – The name of the job being checked. If None, will check the most recent job status.

Returns:

  • str,

  • Valid Values (InProgress | Completed | Failed | Stopping | Stopped | NotCreated)