Lines Matching refs:postBody

48    * @param GoogleCloudMlV1AddTrialMeasurementRequest $postBody
52 …public function addMeasurement($name, GoogleCloudMlV1AddTrialMeasurementRequest $postBody, $optPar… argument
54 $params = ['name' => $name, 'postBody' => $postBody];
64 * @param GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest $postBody
68 …StoppingState($name, GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest $postBody, $optParams = []) argument
70 $params = ['name' => $name, 'postBody' => $postBody];
78 * @param GoogleCloudMlV1CompleteTrialRequest $postBody
82 public function complete($name, GoogleCloudMlV1CompleteTrialRequest $postBody, $optParams = []) argument
84 $params = ['name' => $name, 'postBody' => $postBody];
93 * @param GoogleCloudMlV1Trial $postBody
97 public function create($parent, GoogleCloudMlV1Trial $postBody, $optParams = []) argument
99 $params = ['parent' => $parent, 'postBody' => $postBody];
152 * @param GoogleCloudMlV1ListOptimalTrialsRequest $postBody
156 …public function listOptimalTrials($parent, GoogleCloudMlV1ListOptimalTrialsRequest $postBody, $opt… argument
158 $params = ['parent' => $parent, 'postBody' => $postBody];
166 * @param GoogleCloudMlV1StopTrialRequest $postBody
170 public function stop($name, GoogleCloudMlV1StopTrialRequest $postBody, $optParams = []) argument
172 $params = ['name' => $name, 'postBody' => $postBody];
184 * @param GoogleCloudMlV1SuggestTrialsRequest $postBody
188 public function suggest($parent, GoogleCloudMlV1SuggestTrialsRequest $postBody, $optParams = []) argument
190 $params = ['parent' => $parent, 'postBody' => $postBody];