Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ExampleComparison.php23 protected $groundTruthExampleType = GoogleCloudDatalabelingV1beta1Example::class;
25 protected $modelCreatedExamplesType = GoogleCloudDatalabelingV1beta1Example::class;
29 * @param GoogleCloudDatalabelingV1beta1Example
31 public function setGroundTruthExample(GoogleCloudDatalabelingV1beta1Example $groundTruthExample)
36 * @return GoogleCloudDatalabelingV1beta1Example
43 * @param GoogleCloudDatalabelingV1beta1Example[]
50 * @return GoogleCloudDatalabelingV1beta1Example[]
H A DGoogleCloudDatalabelingV1beta1ListExamplesResponse.php23 protected $examplesType = GoogleCloudDatalabelingV1beta1Example::class;
31 * @param GoogleCloudDatalabelingV1beta1Example[]
38 * @return GoogleCloudDatalabelingV1beta1Example[]
H A DGoogleCloudDatalabelingV1beta1Example.php20 class GoogleCloudDatalabelingV1beta1Example extends \Google\Collection class
109 class_alias(GoogleCloudDatalabelingV1beta1Example::class, 'Google_Service_DataLabeling_GoogleCloudD…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/Resource/
H A DProjectsDatasetsAnnotatedDatasetsExamples.php20 use Google\Service\DataLabeling\GoogleCloudDatalabelingV1beta1Example; alias
45 * @return GoogleCloudDatalabelingV1beta1Example
51 return $this->call('get', [$params], GoogleCloudDatalabelingV1beta1Example::class);