Interface protos.google.cloud.aiplatform.v1beta1.IListDataLabelingJobsResponse (1.11.0)

Properties of a ListDataLabelingJobsResponse.

Package

@google-cloud/aiplatform

Properties

dataLabelingJobs

dataLabelingJobs?: (google.cloud.aiplatform.v1beta1.IDataLabelingJob[]|null);

ListDataLabelingJobsResponse dataLabelingJobs

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IDataLabelingJob[]|null)

nextPageToken

nextPageToken?: (string|null);

ListDataLabelingJobsResponse nextPageToken

Property Value
TypeDescription
(string|null)