KerasModelMode

class edgeimpulse_api.models.keras_model_mode.KerasModelMode(
		*args,
		**kwds
)
allowed enum values Parameters
  • *args
  • **kwds
Bases
  • builtins.str
  • aenum._enum.Enum
  • enum.Enum
Class variables
  • ANOMALY_GMM The type of the None singleton.
  • CLASSIFICATION The type of the None singleton.
  • OBJECT_DETECTION The type of the None singleton.
  • REGRESSION The type of the None singleton.
  • VISUAL_ANOMALY The type of the None singleton.