Reference documentation and code samples for the Google Cloud Ces V1 Client class State.
State of the experiment.
Protobuf type google.cloud.ces.v1.ExperimentConfig.State
Namespace
Google \ Cloud \ Ces \ V1 \ ExperimentConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1Deprecated: This state is no longer used.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2Running state. Experiment is running and valid.
Generated from protobuf enum RUNNING = 2;
DONE
Value: 3Deprecated: This state is no longer used.
Generated from protobuf enum DONE = 3;
EXPIRED
Value: 4Deprecated: This state is no longer used.
Generated from protobuf enum EXPIRED = 4;