Google Cloud Ai Platform V1 Client - Class State (0.17.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class State.

Describes a Trial state.

Protobuf type google.cloud.aiplatform.v1.Trial.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The Trial state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

REQUESTED

Value: 1

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

Generated from protobuf enum REQUESTED = 1;

ACTIVE

Value: 2

Indicates that the Trial has been suggested.

Generated from protobuf enum ACTIVE = 2;

STOPPING

Value: 3

Indicates that the Trial should stop according to the service.

Generated from protobuf enum STOPPING = 3;

SUCCEEDED

Value: 4

Indicates that the Trial is completed successfully.

Generated from protobuf enum SUCCEEDED = 4;

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.

Generated from protobuf enum INFEASIBLE = 5;