Module: Google::Cloud::AIPlatform::V1::NasTrial::State
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/nas_job.rb
Overview
Describes a NasTrial state.
Constant Summary collapse
- STATE_UNSPECIFIED =
The NasTrial state is unspecified.
0- REQUESTED =
Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
1- ACTIVE =
Indicates that the NasTrial has been suggested.
2- STOPPING =
Indicates that the NasTrial should stop according to the service.
3- SUCCEEDED =
Indicates that the NasTrial is completed successfully.
4- INFEASIBLE =
Indicates that the NasTrial should not be attempted again. The service will set a NasTrial to INFEASIBLE when it's done but missing the final_measurement.
5