View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CompleteTrialRequest (google_api_ai_platform v0.24.0)
Request message for VizierService.CompleteTrial.
Attributes
-
finalMeasurement(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Measurement.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.AIPlatform.V1.Model.GoogleCloudAiplatformV1CompleteTrialRequest{ finalMeasurement: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Measurement.t() | nil, infeasibleReason: String.t() | nil, trialInfeasible: boolean() | nil }