google_api_machine_learning v0.19.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ListJobsResponse View Source
Response message for the ListJobs method.
Attributes
-
jobs
(type:list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Job.t)
, default:nil
) - The list of jobs. -
nextPageToken
(type:String.t
, default:nil
) - Optional. Pass this token as thepage_token
field of the request for a subsequent call.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ListJobsResponse{ jobs: [GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Job.t()], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.