[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Vision AI V1 API - Module Google::Cloud::VisionAI::V1::RunStatus::State (v1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/ruby/docs/reference/google-cloud-vision_ai-v1/latest/Google-Cloud-VisionAI-V1-RunStatus-State)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/1.1.0/Google-Cloud-VisionAI-V1-RunStatus-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision_ai-v1/1.0.1/Google-Cloud-VisionAI-V1-RunStatus-State)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.4.0/Google-Cloud-VisionAI-V1-RunStatus-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.3.0/Google-Cloud-VisionAI-V1-RunStatus-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.2.0/Google-Cloud-VisionAI-V1-RunStatus-State)\n- [0.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.1.0/Google-Cloud-VisionAI-V1-RunStatus-State) \nReference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::RunStatus::State.\n\nState represents the running status of the Process.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nState is unspecified.\n\n### INITIALIZING\n\n**value:** 1 \nINITIALIZING means the Process is scheduled but yet ready to handle\nreal traffic.\n\n### RUNNING\n\n**value:** 2 \nRUNNING means the Process is up running and handling traffic.\n\n### COMPLETED\n\n**value:** 3 \nCOMPLETED means the Process has completed the processing, especially\nfor non-streaming use case.\n\n### FAILED\n\n**value:** 4 \nFAILED means the Process failed to complete the processing.\n\n### PENDING\n\n**value:** 5 \nPENDING means the Process is created but yet to be scheduled."]]