Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjectsJobs.php21 use Google\Service\CloudMachineLearningEngine\GoogleCloudMlV1Job; alias
57 * @param GoogleCloudMlV1Job $postBody
59 * @return GoogleCloudMlV1Job
61 public function create($parent, GoogleCloudMlV1Job $postBody, $optParams = [])
65 return $this->call('create', [$params], GoogleCloudMlV1Job::class);
72 * @return GoogleCloudMlV1Job
78 return $this->call('get', [$params], GoogleCloudMlV1Job::class);
145 * @param GoogleCloudMlV1Job $postBody
158 * @return GoogleCloudMlV1Job
160 public function patch($name, GoogleCloudMlV1Job $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ListJobsResponse.php23 protected $jobsType = GoogleCloudMlV1Job::class;
31 * @param GoogleCloudMlV1Job[]
38 * @return GoogleCloudMlV1Job[]
H A DGoogleCloudMlV1Job.php20 class GoogleCloudMlV1Job extends \Google\Model class
252 class_alias(GoogleCloudMlV1Job::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Jo…