---
title: Service State
description: OneAI Documentation
tags: EN
---
[OneAI Documentation](/s/user-guide-en)
# Service State
## Container Service
| State | Description |
| -------- | -------- |
| Initializing | Initializing the environment, the service has not been created yet |
| Ready | The service has been successfully created and is running |
| Stopping | Stopping service... |
| Stopped | Service is stopped and not running |
| Error | The service has encountered a problem and cannot run |
## Job Scheduling Service
### Job Scheduling Service (Job)
| State | Description |
| -------- | -------- |
| Active | 1. When there is a set schedule, this state means that it will automatically start running at the specified time <br> 2. When there is no set schedule, this state means that the job is running |
| Inactive | 1. When there is a set schedule, this state means that the operation will not start automatically at the specified time <br> 2. When there is no set schedule, this state means that the job is not running |
### Job Scheduling Service (Trial List)
| State | Description |
| -------- | -------- |
| Queuing | Waiting for the system to allocate available resources, the service is not running yet |
| Running | The service has been successfully created and is running |
| Completed | The service has completed the task and finished running |
| Stopped | Service is stopped and not running |
| Error | The service has encountered a problem and cannot run |
## Notebook Service
| State | Description |
| -------- | -------- |
| Initializing | Initializing the environment, the service has not been created yet |
| Ready | The service has been successfully created and is running |
| Updating | The service is being updated and will reinitialize later |
| Stopping | Stopping service... |
| Stopped | Service is stopped and not running |
| Error | The service has encountered a problem and cannot run |
## AI Maker Training Job
### AI Maker Normal Training Job (Job)
| State | Description |
| -------- | -------- |
| Ready | In this state, click `Start` to dispatch a new training job |
| Updating | Updating service state, please wait |
| Uploading | Before the training job is dispatched, the stored data is being uploaded |
| Cleaning | Before the training job ends, the cached data is being cleaned |
| Error | The service has encountered a problem and cannot run |
### AI Maker Normal Training Job (Trial List)
| State | Description |
| -------- | -------- |
| Queuing | Waiting for the system to allocate available resources, the service is not running yet |
| Running | The service has been successfully created and is running |
| Downloading | The service has completed running, and is downloading the training results |
| Completed | The service has completed the task and finished running |
| Stopped | Service is stopped and not running |
| Error | The service has encountered a problem and cannot run |
### AI Maker SmartML Training Job (Job)
| State | Description |
| -------- | -------- |
| Ready | In this state, click `Start` to dispatch a new training job |
| Updating | Updating service state, please wait |
| Uploading | Before the training job is dispatched, the stored data is being uploaded |
| Running | The dispatched training job is being executed and running |
| Cleaning| Before the training job ends, the cached data is being cleaned |
| Completed | The dispatched training job has completed the task |
| Error | The service has encountered a problem and cannot run |
### AI Maker SmartML Training Job (Trial List)
| State | Description |
| -------- | -------- |
| Queuing | Waiting for the system to allocate available resources, the service is not running yet |
| Running | The service has been successfully created and is running |
| Downloading | The service has completed running, and is downloading the training results |
| Completed | The service has completed the task and finished running |
| Stopped | Service is stopped and not running |
| Error | The service has encountered a problem and cannot run |
## AI Maker Inference Service
| State | Description |
| -------- | -------- |
| Initializing | Initializing the environment, the service has not been created yet |
| Ready | The service has been successfully created and is running |
| Stopping | Stopping service... |
| Stopped | Service is stopped and not running |
| Error | The service has encountered a problem and cannot run |
## Container Image
| State | Description |
| -------- | -------- |
| Created | The image tag has been created, and the user must push the image to the Container Image Service through commands |
| Pushed | The image has been pushed to the Container Image Service, and users can use the image in multiple services |
## Image Builder
| State | Description |
| -------- | -------- |
| Queuing | Waiting for the system to allocate available resources, and has not yet started to build image |
| Running | Image building in progress, or is being pushed to the Container Image Service |
| Completed | The image has been successfully built and pushed to the Container Image Service |
| Stopped | Image building has stopped and is not pushed to the Container Image Service |
| Error | The process of image building or pushing to the Container Image Service has encountered a problem and cannot run |