Lines Matching refs:project

30      * @param string $project The project associated with the model.
36 …public function predict($project, $hostedModelName, Google_Input $postBody, $optParams = array()) { argument
37 …$params = array('project' => $project, 'hostedModelName' => $hostedModelName, 'postBody' => $postB…
61 * @param string $project The project associated with the model.
66 public function analyze($project, $id, $optParams = array()) { argument
67 $params = array('project' => $project, 'id' => $id);
79 * @param string $project The project associated with the model.
83 public function delete($project, $id, $optParams = array()) { argument
84 $params = array('project' => $project, 'id' => $id);
92 * @param string $project The project associated with the model.
97 public function get($project, $id, $optParams = array()) { argument
98 $params = array('project' => $project, 'id' => $id);
110 * @param string $project The project associated with the model.
115 public function insert($project, Google_Insert $postBody, $optParams = array()) { argument
116 $params = array('project' => $project, 'postBody' => $postBody);
128 * @param string $project The project associated with the model.
135 public function listTrainedmodels($project, $optParams = array()) { argument
136 $params = array('project' => $project);
148 * @param string $project The project associated with the model.
154 public function predict($project, $id, Google_Input $postBody, $optParams = array()) { argument
155 $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
167 * @param string $project The project associated with the model.
173 public function update($project, $id, Google_Update $postBody, $optParams = array()) { argument
174 $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);