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

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

Methods

name

Parameter
Name Description
value mixed

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.