Cloud AI Platform v1 API - Class ListDataLabelingJobsResponse (2.27.0)

public sealed class ListDataLabelingJobsResponse : IMessage<ListDataLabelingJobsResponse>, IEquatable<ListDataLabelingJobsResponse>, IDeepCloneable<ListDataLabelingJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataLabelingJob>, IEnumerable<DataLabelingJob>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class ListDataLabelingJobsResponse.

Response message for [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1.JobService.ListDataLabelingJobs].

Inheritance

object > ListDataLabelingJobsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDataLabelingJobsResponse()

public ListDataLabelingJobsResponse()

ListDataLabelingJobsResponse(ListDataLabelingJobsResponse)

public ListDataLabelingJobsResponse(ListDataLabelingJobsResponse other)
Parameter
NameDescription
otherListDataLabelingJobsResponse

Properties

DataLabelingJobs

public RepeatedField<DataLabelingJob> DataLabelingJobs { get; }

A list of DataLabelingJobs that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedFieldDataLabelingJob

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DataLabelingJob> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDataLabelingJob