Trial

class Trial : KotlinCustomResource

Adds a user provided trial to a study. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val clientId: Output<String>

The identifier of the client that originally requested this trial.

Link copied to clipboard
val endTime: Output<String>

Time at which the trial's status changed to COMPLETED.

Link copied to clipboard

The final measurement containing the objective value.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

A human readable string describing why the trial is infeasible. This should only be set if trial_infeasible is true.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard

A list of measurements that are strictly lexicographically ordered by their induced tuples (steps, elapsed_time). These are used for early stopping computations.

Link copied to clipboard
val name: Output<String>

Name of the trial assigned by the service.

Link copied to clipboard

The parameters of the trial.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTime: Output<String>

Time at which the trial was started.

Link copied to clipboard
val state: Output<String>

The detailed state of a trial.

Link copied to clipboard
val studyId: Output<String>
Link copied to clipboard

If true, the parameters in this trial are not attempted again.

Link copied to clipboard
val urn: Output<String>