Enum EvaluationJob.Types.State
State of the job.
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public enum State
Fields
| Name | Description |
|---|---|
| Paused | The job is not sampling prediction input and output into your BigQuery table and it will not run according to its schedule. You can [resume][google.cloud.datalabeling.v1beta1.DataLabelingService.ResumeEvaluationJob] the job. |
| Running | The job is currently running. When the job runs, Data Labeling Service does several things:
If the job remains in this state for a long time, it continues to sample prediction data into your BigQuery table and will run again at the next interval, even if it causes the job to run multiple times in parallel. |
| Scheduled | The job is scheduled to run at the [configured interval][google.cloud.datalabeling.v1beta1.EvaluationJob.schedule]. You can [pause][google.cloud.datalabeling.v1beta1.DataLabelingService.PauseEvaluationJob] or [delete][google.cloud.datalabeling.v1beta1.DataLabelingService.DeleteEvaluationJob] the job. When the job is in this state, it samples prediction input and output from your model version into your BigQuery table as predictions occur. |
| Stopped | The job has this state right before it is deleted. |
| Unspecified |