Searched refs:GoogleCloudMlV1Model (Results 1 – 3 of 3) sorted by relevance
21 use Google\Service\CloudMachineLearningEngine\GoogleCloudMlV1Model; alias44 * @param GoogleCloudMlV1Model $postBody46 * @return GoogleCloudMlV1Model48 public function create($parent, GoogleCloudMlV1Model $postBody, $optParams = [])52 return $this->call('create', [$params], GoogleCloudMlV1Model::class);76 * @return GoogleCloudMlV1Model82 return $this->call('get', [$params], GoogleCloudMlV1Model::class);145 * @param GoogleCloudMlV1Model $postBody157 public function patch($name, GoogleCloudMlV1Model $postBody, $optParams = [])
23 protected $modelsType = GoogleCloudMlV1Model::class;31 * @param GoogleCloudMlV1Model[]38 * @return GoogleCloudMlV1Model[]
20 class GoogleCloudMlV1Model extends \Google\Collection class169 class_alias(GoogleCloudMlV1Model::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1…