public sealed class ListDataLabelingJobsResponse : IMessage<ListDataLabelingJobsResponse>, IEquatable<ListDataLabelingJobsResponse>, IDeepCloneable<ListDataLabelingJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataLabelingJob>, IEnumerable<DataLabelingJob>, IEnumerableResponse message for [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1.JobService.ListDataLabelingJobs].
Implements
IMessage<ListDataLabelingJobsResponse>, IEquatable<ListDataLabelingJobsResponse>, IDeepCloneable<ListDataLabelingJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataLabelingJob>, IEnumerable<DataLabelingJob>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
RepeatedField<DataLabelingJob> |
|
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 |
IEnumerator<DataLabelingJob> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|