TrialState

enum TrialState : Enum<TrialState> , ConvertibleToJava<TrialState>

The detailed state of a trial.

Entries

Link copied to clipboard

The trial state is unspecified.

Link copied to clipboard

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

Link copied to clipboard

Indicates that the trial has been suggested.

Link copied to clipboard

Indicates that the trial is done, and either has a final_measurement set, or is marked as trial_infeasible.

Link copied to clipboard

Indicates that the trial should stop according to the service.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): TrialState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: TrialState
Link copied to clipboard
Link copied to clipboard