Cloud AI Platform v1 API - Enum Trial.Types.State (2.27.0)

public enum Trial.Types.State

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

Describes a Trial state.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
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.