Home
last modified time | relevance | path

Searched refs:GoogleCloudMlV1Trial (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjectsLocationsStudiesTrials.php28 use Google\Service\CloudMachineLearningEngine\GoogleCloudMlV1Trial; alias
50 * @return GoogleCloudMlV1Trial
80 * @return GoogleCloudMlV1Trial
86 return $this->call('complete', [$params], GoogleCloudMlV1Trial::class);
93 * @param GoogleCloudMlV1Trial $postBody
95 * @return GoogleCloudMlV1Trial
101 return $this->call('create', [$params], GoogleCloudMlV1Trial::class);
121 * @return GoogleCloudMlV1Trial
127 return $this->call('get', [$params], GoogleCloudMlV1Trial::class);
168 * @return GoogleCloudMlV1Trial
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ListTrialsResponse.php23 protected $trialsType = GoogleCloudMlV1Trial::class;
27 * @param GoogleCloudMlV1Trial[]
34 * @return GoogleCloudMlV1Trial[]
H A DGoogleCloudMlV1ListOptimalTrialsResponse.php23 protected $trialsType = GoogleCloudMlV1Trial::class;
27 * @param GoogleCloudMlV1Trial[]
34 * @return GoogleCloudMlV1Trial[]
H A DGoogleCloudMlV1SuggestTrialsResponse.php35 protected $trialsType = GoogleCloudMlV1Trial::class;
81 * @param GoogleCloudMlV1Trial[]
88 * @return GoogleCloudMlV1Trial[]
H A DGoogleCloudMlV1Trial.php20 class GoogleCloudMlV1Trial extends \Google\Collection class
201 class_alias(GoogleCloudMlV1Trial::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1…