Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.
Endpoint
posthttps://{service-endpoint}/v1beta1/{trialName}:addTrialMeasurement
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
trialName
string
Required. The name of the trial to add measurement. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Request body
The request body contains data with the following structure:
measurement
object (Measurement
)
Required. The measurement to be added to a Trial.
Response body
If successful, the response body contains an instance of Trial
.