List existing Google Cloud ML jobs.
job_list(filter = NULL, limit = NULL, page_size = NULL,
sort_by = NULL, uri = FALSE)
Filter the set of jobs to be returned.
The maximum number of resources to list. By default, all jobs will be listed.
Some services group resource list output into pages. This flag specifies the maximum number of resources per page. The default is determined by the service if it supports paging, otherwise it is unlimited (no paging).
A comma-separated list of resource field key names to
sort by. The default order is ascending. Prefix a field
with ~
for descending order on that field.
Print a list of resource URIs instead of the default output.
Other job management functions: job_cancel
,
job_collect
, job_status
,
job_stream_logs
, job_trials