Marks a Trial as complete.
Endpoint
posthttps://{endpoint}/v1/{name}:complete
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
name
string
Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Request body
The request body contains data with the following structure:
Optional. If provided, it will be used as the completed Trial's finalMeasurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement
trialInfeasible
boolean
Optional. True if the Trial cannot be run with the given Parameter, and finalMeasurement will be ignored.
infeasibleReason
string
Optional. A human readable reason why the trial was infeasible. This should only be provided if trialInfeasible
is true.
Response body
If successful, the response body contains an instance of Trial
.