GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CompleteTrialRequest (google_api_machine_learning v0.23.0) View Source
The request message for the CompleteTrial service method.
Attributes
-
finalMeasurement
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement.t
, default:nil
) - Optional. If provided, it will be used as the completed trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement -
infeasibleReason
(type:String.t
, default:nil
) - Optional. A human readable reason why the trial was infeasible. This should only be provided iftrial_infeasible
is true. -
trialInfeasible
(type:boolean()
, default:nil
) - Optional. True if the trial cannot be run with the given Parameter, and final_measurement will be ignored.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CompleteTrialRequest{ finalMeasurement: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement.t(), infeasibleReason: String.t(), trialInfeasible: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.