View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CompleteTrialRequest (google_api_machine_learning v0.28.1)
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_infeasibleis true. -
trialInfeasible(type:boolean(), default:nil) - Optional. True if the trial cannot be run with the given Parameter, and final_measurement will be ignored.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_CompleteTrialRequest{ finalMeasurement: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement.t() | nil, infeasibleReason: String.t() | nil, trialInfeasible: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.