Module: Google::Cloud::AIPlatform::V1::Trial::State

Defined in:
proto_docs/google/cloud/aiplatform/v1/study.rb

Overview

Describes a Trial state.

Constant Summary collapse

STATE_UNSPECIFIED =

The Trial state is unspecified.

0
REQUESTED =

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

1
ACTIVE =

Indicates that the Trial has been suggested.

2
STOPPING =

Indicates that the Trial should stop according to the service.

3
SUCCEEDED =

Indicates that the Trial is completed successfully.

4
INFEASIBLE =

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.

5