Class: Google::Cloud::AIPlatform::V1::ListTrainingPipelinesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTrainingPipelinesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb
Overview
Response message for PipelineService.ListTrainingPipelines
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#training_pipelines ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TrainingPipeline>
List of TrainingPipelines in the requested page.
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.
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.
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 |