Show / Hide Table of Contents

Class ProjectsResource.EvaluationJobsResource.ListRequest

Lists all evaluation jobs within a project with possible filters. Pagination is supported.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>
ProjectsResource.EvaluationJobsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>
IClientServiceRequest
Inherited Members
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Xgafv
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.AccessToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Alt
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Callback
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Fields
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Key
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.OauthToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.PrettyPrint
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.QuotaUser
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.UploadType
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Execute()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.EvaluationJobsResource.ListRequest : DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>, IClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. You can filter the jobs to list by model_id (also known as model_name, as described in EvaluationJob.modelVersion) or by evaluation job state (as described in EvaluationJob.state). To filter by both criteria, use the AND operator or the OR operator. For example, you can use the following string for your filter: "evaluation_job.model_id = {model_name} AND evaluation_job.state = {evaluation_job_state}"

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.MethodName

PageSize

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken in the response to the previous request. The request returns the first page if this is empty.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Evaluation job resource parent. Format: "projects/{project_id}"

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1ListEvaluationJobsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX