End of support notice: On October 31, 2025, AWS
will discontinue support for Amazon Lookout for Vision. After October 31, 2025, you will
no longer be able to access the Lookout for Vision console or Lookout for Vision resources.
For more information, visit this
blog post
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; }