Module: Google::Cloud::AIPlatform::V1::Study::State
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/study.rb
Overview
Describes the Study state.
Constant Summary collapse
- STATE_UNSPECIFIED =
The study state is unspecified.
0
- ACTIVE =
The study is active.
1
- INACTIVE =
The study is stopped due to an internal error.
2
- COMPLETED =
The study is done when the service exhausts the parameter search space or max_trial_count is reached.
3