Cloud AI Platform v1 API - Enum NasTrial.Types.State (2.12.0)

public enum NasTrial.Types.State

Reference documentation and code samples for the Cloud AI Platform v1 API enum NasTrial.Types.State.

Describes a NasTrial state.

Namespace

GoogleCloudGoogle.Cloud.AIPlatformV1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Active

Indicates that the NasTrial has been suggested.

Infeasible

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.

Requested

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

Stopping

Indicates that the NasTrial should stop according to the service.

Succeeded

Indicates that the NasTrial is completed successfully.

Unspecified

The NasTrial state is unspecified.