public enum Trial.Types.State
Reference documentation and code samples for the Vertex AI v1 API enum Trial.Types.State.
Describes a Trial state.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
Indicates that the Trial has been suggested. |
Infeasible |
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. |
Requested |
Indicates that a specific Trial has been requested, but it has not yet been suggested by the service. |
Stopping |
Indicates that the Trial should stop according to the service. |
Succeeded |
Indicates that the Trial is completed successfully. |
Unspecified |
The Trial state is unspecified. |