Class: Google::Cloud::AIPlatform::V1::BatchDeletePipelineJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchDeletePipelineJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb
Overview
Request message for PipelineService.BatchDeletePipelineJobs.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The names of the PipelineJobs to delete.
A maximum of 32 PipelineJobs can be deleted in a batch.
Format:
projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}
.
297 298 299 300 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 297 class BatchDeletePipelineJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the PipelineJobs' parent resource.
Format: projects/{project}/locations/{location}
.
297 298 299 300 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 297 class BatchDeletePipelineJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |