Google Cloud Ces V1 Client - Class State (0.3.0)

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 \ ExperimentConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

Deprecated: This state is no longer used.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

Running state. Experiment is running and valid.

Generated from protobuf enum RUNNING = 2;

DONE

Value: 3

Deprecated: This state is no longer used.

Generated from protobuf enum DONE = 3;

EXPIRED

Value: 4

Deprecated: This state is no longer used.

Generated from protobuf enum EXPIRED = 4;