Module: Google::Cloud::Ces::V1beta::ExperimentConfig::State
- Defined in:
- proto_docs/google/cloud/ces/v1beta/deployment.rb
Overview
State of the experiment.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state.
0- PENDING =
Pending state. Experiment is pending and not valid.
1- RUNNING =
Running state. Experiment is running and valid.
2- DONE =
Done state. Experiment is done and no longer valid.
3- EXPIRED =
Expired state. Experiment is expired and no longer valid.
4