job_status module

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.

Last updated

Was this helpful?