Class CompleteTrialRequest (1.13.1)

  CompleteTrialRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for VizierService.CompleteTrial .

Attributes

Name Description
name str
Required. The Trial's name. Format: ``projects/{project}/locations/{location}/studies/{study}/trials/{trial}``
final_measurement google.cloud.aiplatform_v1beta1.types.Measurement
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
trial_infeasible bool
Optional. True if the Trial cannot be run with the given Parameter, and final_measurement will be ignored.
infeasible_reason str
Optional. A human readable reason why the trial was infeasible. This should only be provided if ``trial_infeasible`` is true.

Inheritance

builtins.object > proto.message.Message > CompleteTrialRequest