Class: Google::Cloud::AIPlatform::V1::ListTrainingPipelinesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results. Pass to ListTrainingPipelinesRequest.page_token to obtain that page.

Returns:



118
119
120
121
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 118

class ListTrainingPipelinesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#training_pipelines::Array<::Google::Cloud::AIPlatform::V1::TrainingPipeline>

Returns List of TrainingPipelines in the requested page.

Returns:



118
119
120
121
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 118

class ListTrainingPipelinesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end