class ProjectsDatasetsEvaluations extends Resource (View source)

The "evaluations" collection of methods.

Typical usage is:

 $datalabelingService = new Google\Service\DataLabeling(...);
 $evaluations = $datalabelingService->projects_datasets_evaluations;

Methods

get(string $name, array $optParams = [])

Gets an evaluation by resource name (to search, use projects.evaluations.search). (evaluations.get)

Details

GoogleCloudDatalabelingV1beta1Evaluation get(string $name, array $optParams = [])

Gets an evaluation by resource name (to search, use projects.evaluations.search). (evaluations.get)

Parameters

string $name

Required. Name of the evaluation. Format: "projects/{project_id}/datasets/ {dataset_id}/evaluations/{evaluation_id}'

array $optParams

Optional parameters.

Return Value

GoogleCloudDatalabelingV1beta1Evaluation

Exceptions

Exception