Get Trial Result
data class GetTrialResult(val clientId: String, val endTime: String, val finalMeasurement: GoogleCloudMlV1__MeasurementResponse, val infeasibleReason: String, val measurements: List<GoogleCloudMlV1__MeasurementResponse>, val name: String, val parameters: List<GoogleCloudMlV1_Trial_ParameterResponse>, val startTime: String, val state: String, val trialInfeasible: Boolean)
Constructors
Link copied to clipboard
constructor(clientId: String, endTime: String, finalMeasurement: GoogleCloudMlV1__MeasurementResponse, infeasibleReason: String, measurements: List<GoogleCloudMlV1__MeasurementResponse>, name: String, parameters: List<GoogleCloudMlV1_Trial_ParameterResponse>, startTime: String, state: String, trialInfeasible: Boolean)
Properties
Link copied to clipboard
The final measurement containing the objective value.
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
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
If true, the parameters in this trial are not attempted again.