Show / Hide Table of Contents

Class ProjectsResource.EvaluationsResource

The "evaluations" collection of methods.

Inheritance
object
ProjectsResource.EvaluationsResource
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.EvaluationsResource

Constructors

EvaluationsResource(IClientService)

Constructs a new resource.

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

Methods

Search(string)

Searches evaluations within a project.

Declaration
public virtual ProjectsResource.EvaluationsResource.SearchRequest Search(string parent)
Parameters
Type Name Description
string parent

Required. Evaluation search parent (project ID). Format: "projects/ {project_id}"

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