Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource

The "exampleComparisons" collection of methods.

Inheritance
object
ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource

Constructors

ExampleComparisonsResource(IClientService)

Constructs a new resource.

Declaration
public ExampleComparisonsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Search(GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest, string)

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.

Declaration
public virtual ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource.SearchRequest Search(GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource.SearchRequest
In this article
Back to top Generated by DocFX