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.
1355 1356 1357 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1355 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pipeline_jobs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>
PipelineJobs cancelled.
Corresponds to the JSON property pipelineJobs
1353 1354 1355 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1353 def pipeline_jobs @pipeline_jobs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1360 1361 1362 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1360 def update!(**args) @pipeline_jobs = args[:pipeline_jobs] if args.key?(:pipeline_jobs) end |