class ProjectsLocationsDatasetsExamples extends Resource (View source)

The "examples" collection of methods.

Typical usage is:

 $translateService = new Google\Service\Translate(...);
 $examples = $translateService->projects_locations_datasets_examples;

Methods

listProjectsLocationsDatasetsExamples(string $parent, array $optParams = [])

Lists sentence pairs in the dataset.

Details

ListExamplesResponse listProjectsLocationsDatasetsExamples(string $parent, array $optParams = [])

Lists sentence pairs in the dataset.

(examples.listProjectsLocationsDatasetsExamples)

Parameters

string $parent

Required. Name of the parent dataset. In form of projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset- id}

array $optParams

Optional parameters.

Return Value

ListExamplesResponse

Exceptions

Exception