故事是什么意思

百度 曾经有一段时间,我和大明一起摆地摊,他一个人打包装、收钱、找零,根本忙不过来,便有客人把钱递给坐在旁边的我。
public sealed class ListDataLabelingJobsResponse : IMessage<ListDataLabelingJobsResponse>, IEquatable<ListDataLabelingJobsResponse>, IDeepCloneable<ListDataLabelingJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataLabelingJob>, IEnumerable<DataLabelingJob>, IEnumerable

Reference documentation and code samples for the Vertex AI 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
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