Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt

Use this file to discover all available pages before exploring further.

JobStatus

class edgeimpulse_api.models.job_status.JobStatus(
		*args,
		**kwds
)
allowed enum values Parameters
  • *args
  • **kwds
Bases
  • builtins.str
  • aenum._enum.Enum
  • enum.Enum
Class variables
  • CANCELLED The type of the None singleton.
  • CREATING The type of the None singleton.
  • FAILED The type of the None singleton.
  • PENDING The type of the None singleton.
  • RUNNING The type of the None singleton.
  • SUCCESS The type of the None singleton.