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

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

Describes a NasTrial state.

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ NasTrial

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The NasTrial state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

REQUESTED

Value: 1

Indicates that a specific NasTrial 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 NasTrial has been suggested.

Generated from protobuf enum ACTIVE = 2;

STOPPING

Value: 3

Indicates that the NasTrial should stop according to the service.

Generated from protobuf enum STOPPING = 3;

SUCCEEDED

Value: 4

Indicates that the NasTrial is completed successfully.

Generated from protobuf enum SUCCEEDED = 4;

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.

Generated from protobuf enum INFEASIBLE = 5;