Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse

Inherits:
Object
  • Object
show all
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
more...

Overview

Response message for PipelineService.BatchDeletePipelineJobs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse

Returns a new instance of GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse.

[View source]

1582
1583
1584
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1582

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pipeline_jobsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>

PipelineJobs deleted. Corresponds to the JSON property pipelineJobs


1580
1581
1582
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1580

def pipeline_jobs
  @pipeline_jobs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1587
1588
1589
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1587

def update!(**args)
  @pipeline_jobs = args[:pipeline_jobs] if args.key?(:pipeline_jobs)
end