Class ProjectsResource.EvaluationsResource
The "evaluations" collection of methods.
Inherited Members
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 |