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
Namespace
Google \ Cloud \ AIPlatform \ V1 \ StudyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;