Home
last modified time | relevance | path

Searched refs:datasets (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigquery.php59 public $datasets; variable in Google\\Service\\Bigquery
87 'datasets',
91 'path' => 'projects/{projectId}/datasets/{datasetId}',
110 'path' => 'projects/{projectId}/datasets/{datasetId}',
125 'path' => 'projects/{projectId}/datasets',
135 'path' => 'projects/{projectId}/datasets',
161 'path' => 'projects/{projectId}/datasets/{datasetId}',
176 'path' => 'projects/{projectId}/datasets/{datasetId}',
406 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models',
800 'path' => 'projects/{projectId}/datasets/{datasetId}/tables',
[all …]
H A DFitness.php242 'datasets',
246 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
266 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
294 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
H A DDataLabeling.php140 'datasets',
144 'path' => 'v1beta1/{+parent}/datasets',
194 'path' => 'v1beta1/{+parent}/datasets',
H A DCloudHealthcare.php121 'datasets',
125 'path' => 'v1/{+parent}/datasets',
183 'path' => 'v1/{+parent}/datasets',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ListDatasetsResponse.php33 public function setDatasets($datasets) argument
35 $this->datasets = $datasets;
42 return $this->datasets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DListDatasetsResponse.php33 public function setDatasets($datasets) argument
35 $this->datasets = $datasets;
42 return $this->datasets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetList.php41 public function setDatasets($datasets) argument
43 $this->datasets = $datasets;
50 return $this->datasets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2ConversationModel.php81 public function setDatasets($datasets) argument
83 $this->datasets = $datasets;
90 return $this->datasets;
/plugin/statdisplay/helper/
H A Dgraph.php253 * @param array $datasets any number of data arrays
255 private function accessgraph($title, $axis, $labels, $datasets) argument
264 foreach ($datasets as $num => $set) {
/plugin/tagfilter/script/select2/
H A DREADME.md16 * Working with large, remote datasets: ability to partially load a dataset based on the search term.
17 * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end.
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php469 public $datasets; variable in Google_BigqueryService
485 …$this->datasets = new Google_DatasetsServiceResource($this, $this->serviceName, 'datasets', json_d…
615 public $datasets; variable in Google_DatasetList
619 public function setDatasets(/* array(Google_DatasetListDatasets) */ $datasets) { argument
620 $this->assertIsArray($datasets, 'Google_DatasetListDatasets', __METHOD__);
621 $this->datasets = $datasets;
624 return $this->datasets;
H A DGoogle_DatastoreService.php171 public $datasets; variable in Google_DatastoreService
183 …$this->datasets = new Google_DatasetsServiceResource($this, $this->serviceName, 'datasets', json_d…