class ProjectsDatasetsEvaluationsExampleComparisons extends Resource (View source)

The "exampleComparisons" collection of methods.

Typical usage is:

 $datalabelingService = new Google\Service\DataLabeling(...);
 $exampleComparisons = $datalabelingService->projects_datasets_evaluations_exampleComparisons;

Methods

search(string $parent, GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest $postBody, array $optParams = [])

Searches example comparisons from an evaluation. The return format is a list of example comparisons that show ground truth and prediction(s) for a single input. Search by providing an evaluation ID. (exampleComparisons.search)

Details

Searches example comparisons from an evaluation. The return format is a list of example comparisons that show ground truth and prediction(s) for a single input. Search by providing an evaluation ID. (exampleComparisons.search)

Parameters

string $parent

Required. Name of the Evaluation resource to search for example comparisons from. Format: "projects/{project_id}/datasets/{dataset_id}/evaluations/ {evaluation_id}"

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse

Exceptions

Exception