public enum NasTrial.Types.State
Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum NasTrial.Types.State.
Describes a NasTrial state.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
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. |