transformation_job_status_enum module

TransformationJobStatusEnum

class edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum(
		*args,
		**kwds
)

allowed enum values

Parameters

  • *args

  • **kwds

Bases

  • builtins.str

  • aenum._enum.Enum

  • enum.Enum

Class variables

  • CREATED The type of the None singleton.

  • FAILED The type of the None singleton.

  • FINISHED The type of the None singleton.

  • STARTED The type of the None singleton.

  • WAITING The type of the None singleton.

Last updated

Was this helpful?