public sealed class ListDataLabelingJobsResponse : IMessage<ListDataLabelingJobsResponse>, IEquatable<ListDataLabelingJobsResponse>, IDeepCloneable<ListDataLabelingJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataLabelingJob>, IEnumerable<DataLabelingJob>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListDataLabelingJobsResponse.
Response message for [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1beta1.JobService.ListDataLabelingJobs].
Implements
IMessageListDataLabelingJobsResponse, IEquatableListDataLabelingJobsResponse, IDeepCloneableListDataLabelingJobsResponse, IBufferMessage, IMessage, IPageResponseDataLabelingJob, IEnumerableDataLabelingJob, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListDataLabelingJobsResponse()
public ListDataLabelingJobsResponse()ListDataLabelingJobsResponse(ListDataLabelingJobsResponse)
public ListDataLabelingJobsResponse(ListDataLabelingJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataLabelingJobsResponse |
Properties
DataLabelingJobs
public RepeatedField<DataLabelingJob> DataLabelingJobs { get; }A list of DataLabelingJobs that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataLabelingJob |
|
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<DataLabelingJob> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDataLabelingJob |
|