Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjectsLocationsStudies.php21 use Google\Service\CloudMachineLearningEngine\GoogleCloudMlV1Study; alias
39 * @param GoogleCloudMlV1Study $postBody
44 * @return GoogleCloudMlV1Study
46 public function create($parent, GoogleCloudMlV1Study $postBody, $optParams = [])
50 return $this->call('create', [$params], GoogleCloudMlV1Study::class);
70 * @return GoogleCloudMlV1Study
76 return $this->call('get', [$params], GoogleCloudMlV1Study::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ListStudiesResponse.php23 protected $studiesType = GoogleCloudMlV1Study::class;
27 * @param GoogleCloudMlV1Study[]
34 * @return GoogleCloudMlV1Study[]
H A DGoogleCloudMlV1Study.php20 class GoogleCloudMlV1Study extends \Google\Model class
114 class_alias(GoogleCloudMlV1Study::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1…