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.
2182 2183 2184 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2182 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pipeline_jobs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>
PipelineJobs cancelled.
Corresponds to the JSON property pipelineJobs
2180 2181 2182 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2180 def pipeline_jobs @pipeline_jobs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2187 2188 2189 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2187 def update!(**args) @pipeline_jobs = args[:pipeline_jobs] if args.key?(:pipeline_jobs) end |