Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::NasTrial::State (v0.38.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::NasTrial::State.

Describes a NasTrial state.

Constants

STATE_UNSPECIFIED

value: 0
The NasTrial state is unspecified.

REQUESTED

value: 1
Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.

ACTIVE

value: 2
Indicates that the NasTrial has been suggested.

STOPPING

value: 3
Indicates that the NasTrial should stop according to the service.

SUCCEEDED

value: 4
Indicates that the NasTrial is completed successfully.

INFEASIBLE

value: 5
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.