Google Cloud Ai Platform V1 Client - Class State (0.16.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class State.

Describes the Study state.

Protobuf type google.cloud.aiplatform.v1.Study.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The study state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The study is active.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The study is stopped due to an internal error.

Generated from protobuf enum INACTIVE = 2;

COMPLETED

Value: 3

The study is done when the service exhausts the parameter search space or max_trial_count is reached.

Generated from protobuf enum COMPLETED = 3;