Class: Google::Cloud::AIPlatform::V1::ListPipelineJobsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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