Class: Google::Cloud::AIPlatform::V1::ListPipelineJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListPipelineJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb
Overview
Response message for PipelineService.ListPipelineJobs
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#pipeline_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PipelineJob>
List of PipelineJobs in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListPipelineJobsRequest.page_token to obtain that page.
268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 268 class ListPipelineJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PipelineJob>
Returns List of PipelineJobs in the requested page.
268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 268 class ListPipelineJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |