Class: Google::Cloud::AIPlatform::V1::BatchCancelPipelineJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchCancelPipelineJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb
Overview
Response message for PipelineService.BatchCancelPipelineJobs.
Instance Attribute Summary collapse
-
#pipeline_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PipelineJob>
PipelineJobs cancelled.
Instance Attribute Details
#pipeline_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PipelineJob>
Returns PipelineJobs cancelled.
346 347 348 349 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 346 class BatchCancelPipelineJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |