Trial Args
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
constructor(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)
Properties
Link copied to clipboard
The final measurement containing the objective value.
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
The detailed state of a trial.