Class ListPipelineJobsResponse (1.7.1)

  ListPipelineJobsResponse 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Response message for PipelineService.ListPipelineJobs

Attributes

Name Description
pipeline_jobs Sequence[ google.cloud.aiplatform_v1.types.PipelineJob ]
List of PipelineJobs in the requested page.
next_page_token str
A token to retrieve the next page of results. Pass to ListPipelineJobsRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListPipelineJobsResponse