View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListDataLabelingJobsResponse (google_api_ai_platform v0.13.0)
Response message for JobService.ListDataLabelingJobs.
Attributes
-
dataLabelingJobs
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DataLabelingJob.t)
, default:nil
) - A list of DataLabelingJobs that matches the specified filter in the request. -
nextPageToken
(type:String.t
, default:nil
) - The standard List next-page token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListDataLabelingJobsResponse{ dataLabelingJobs: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DataLabelingJob.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.