人民财评:英国“雾都”治理带给我们哪些启示

百度 据悉,《暗算》15周年全新纪念版将由知名设计师朱赢椿全新打造,于近日由新经典文化推出。
public sealed class ListDataLabelingJobsResponse : IMessage<ListDataLabelingJobsResponse>, IEquatable<ListDataLabelingJobsResponse>, IDeepCloneable<ListDataLabelingJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataLabelingJob>, IEnumerable<DataLabelingJob>, IEnumerable

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
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