ModelStatus - Amazon Lookout for Vision

ModelStatus

The status of a model that's deployed to an AWS IoT Greengrass Version 2 core device. To get the current status, call DescribeModel.

enum ModelStatus { STOPPED = 0; STARTING = 1; RUNNING = 2; FAILED = 3; STOPPING = 4; }