Class State (1.50.0)

State(value)

Describes the Study state.

Enum values:

STATE_UNSPECIFIED (0):
    The study state is unspecified.
ACTIVE (1):
    The study is active.
INACTIVE (2):
    The study is stopped due to an internal
    error.
COMPLETED (3):
    The study is done when the service exhausts the parameter
    search space or max_trial_count is reached.

Methods

State

State(value)

Describes the Study state.

Enum values:

STATE_UNSPECIFIED (0):
    The study state is unspecified.
ACTIVE (1):
    The study is active.
INACTIVE (2):
    The study is stopped due to an internal
    error.
COMPLETED (3):
    The study is done when the service exhausts the parameter
    search space or max_trial_count is reached.