Home
last modified time | relevance | path

Searched refs:GoogleCloudDatalabelingV1beta1Dataset (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1CreateDatasetRequest.php22 protected $datasetType = GoogleCloudDatalabelingV1beta1Dataset::class;
26 * @param GoogleCloudDatalabelingV1beta1Dataset
28 public function setDataset(GoogleCloudDatalabelingV1beta1Dataset $dataset)
33 * @return GoogleCloudDatalabelingV1beta1Dataset
H A DGoogleCloudDatalabelingV1beta1ListDatasetsResponse.php23 protected $datasetsType = GoogleCloudDatalabelingV1beta1Dataset::class;
31 * @param GoogleCloudDatalabelingV1beta1Dataset[]
38 * @return GoogleCloudDatalabelingV1beta1Dataset[]
H A DGoogleCloudDatalabelingV1beta1Dataset.php20 class GoogleCloudDatalabelingV1beta1Dataset extends \Google\Collection class
169 class_alias(GoogleCloudDatalabelingV1beta1Dataset::class, 'Google_Service_DataLabeling_GoogleCloudD…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/Resource/
H A DProjectsDatasets.php21 use Google\Service\DataLabeling\GoogleCloudDatalabelingV1beta1Dataset; alias
45 * @return GoogleCloudDatalabelingV1beta1Dataset
51 return $this->call('create', [$params], GoogleCloudDatalabelingV1beta1Dataset::class);
88 * @return GoogleCloudDatalabelingV1beta1Dataset
94 return $this->call('get', [$params], GoogleCloudDatalabelingV1beta1Dataset::class);