v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132986146.6 KB
projects

Adds a user provided trial to a study.

post/v1/{+parent}/trials

Path parameters

parentstring required

Required. The name of the study that the trial belongs to.

Request body

state'STATE_UNSPECIFIED' | 'REQUESTED' | 'ACTIVE' | 'COMPLETED' | 'STOPPING'

The detailed state of a trial.

trialInfeasibleboolean

Output only. If true, the parameters in this trial are not attempted again.

namestring

Output only. Name of the trial assigned by the service.

infeasibleReasonstring

Output only. A human readable string describing why the trial is infeasible. This should only be set if trial_infeasible is true.

startTimestring google-datetime

Output only. Time at which the trial was started.

clientIdstring

Output only. The identifier of the client that originally requested this trial.

endTimestring google-datetime

Output only. Time at which the trial's status changed to COMPLETED.

Response

Successful response