GetTrialResult

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
fun GetTrialResult(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the client that originally requested this trial.

Link copied to clipboard

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

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

Name of the trial assigned by the service.

Link copied to clipboard

The parameters of the trial.

Link copied to clipboard

Time at which the trial was started.

Link copied to clipboard

The detailed state of a trial.

Link copied to clipboard

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