ProjectsDatasetsAnnotatedDatasetsExamples
class ProjectsDatasetsAnnotatedDatasetsExamples extends Resource (View source)
The "examples" collection of methods.
Typical usage is:
$datalabelingService = new Google\Service\DataLabeling(...);
$examples = $datalabelingService->projects_datasets_annotatedDatasets_examples;
Methods
get(string $name, array $optParams = [])
Gets an example by resource name, including both data and annotation.
listProjectsDatasetsAnnotatedDatasetsExamples(string $parent, array $optParams = [])
Lists examples in an annotated dataset. Pagination is supported.
Details
GoogleCloudDatalabelingV1beta1Example
get(string $name, array $optParams = [])
Gets an example by resource name, including both data and annotation.
(examples.get)
GoogleCloudDatalabelingV1beta1ListExamplesResponse
listProjectsDatasetsAnnotatedDatasetsExamples(string $parent, array $optParams = [])
Lists examples in an annotated dataset. Pagination is supported.
(examples.listProjectsDatasetsAnnotatedDatasetsExamples)