Home
last modified time | relevance | path

Searched refs:GoogleCloudMlV1Model (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjectsModels.php21 use Google\Service\CloudMachineLearningEngine\GoogleCloudMlV1Model; alias
44 * @param GoogleCloudMlV1Model $postBody
46 * @return GoogleCloudMlV1Model
48 public function create($parent, GoogleCloudMlV1Model $postBody, $optParams = [])
52 return $this->call('create', [$params], GoogleCloudMlV1Model::class);
76 * @return GoogleCloudMlV1Model
82 return $this->call('get', [$params], GoogleCloudMlV1Model::class);
145 * @param GoogleCloudMlV1Model $postBody
157 public function patch($name, GoogleCloudMlV1Model $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ListModelsResponse.php23 protected $modelsType = GoogleCloudMlV1Model::class;
31 * @param GoogleCloudMlV1Model[]
38 * @return GoogleCloudMlV1Model[]
H A DGoogleCloudMlV1Model.php20 class GoogleCloudMlV1Model extends \Google\Collection class
169 class_alias(GoogleCloudMlV1Model::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1…