Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Response message for PipelineService.BatchCancelPipelineJobs.
Instance Attribute Summary collapse
-
#pipeline_jobs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>
PipelineJobs cancelled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
Returns a new instance of GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse.
1369 1370 1371 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pipeline_jobs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>
PipelineJobs cancelled.
Corresponds to the JSON property pipelineJobs
1367 1368 1369 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1367 def pipeline_jobs @pipeline_jobs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1374 1375 1376 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1374 def update!(**args) @pipeline_jobs = args[:pipeline_jobs] if args.key?(:pipeline_jobs) end |