TrialArgs

data class TrialArgs(val finalMeasurement: Output<GoogleCloudMlV1__MeasurementArgs>? = null, val location: Output<String>? = null, val measurements: Output<List<GoogleCloudMlV1__MeasurementArgs>>? = null, val parameters: Output<List<GoogleCloudMlV1_Trial_ParameterArgs>>? = null, val project: Output<String>? = null, val state: Output<TrialState>? = null, val studyId: Output<String>? = null) : ConvertibleToJava<TrialArgs>

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

Constructors

Link copied to clipboard
fun TrialArgs(finalMeasurement: Output<GoogleCloudMlV1__MeasurementArgs>? = null, location: Output<String>? = null, measurements: Output<List<GoogleCloudMlV1__MeasurementArgs>>? = null, parameters: Output<List<GoogleCloudMlV1_Trial_ParameterArgs>>? = null, project: Output<String>? = null, state: Output<TrialState>? = null, studyId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The final measurement containing the objective value.

Link copied to clipboard
val location: Output<String>? = null
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

The parameters of the trial.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val state: Output<TrialState>? = null

The detailed state of a trial.

Link copied to clipboard
val studyId: Output<String>? = null