Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Trial::State (v0.3.0)

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

Describes a Trial state.

Constants

STATE_UNSPECIFIED

value: 0
The Trial state is unspecified.

REQUESTED

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

ACTIVE

value: 2
Indicates that the Trial has been suggested.

STOPPING

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

SUCCEEDED

value: 4
Indicates that the Trial is completed successfully.

INFEASIBLE

value: 5
Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement.