Class: Google::Cloud::AIPlatform::V1::BatchCancelPipelineJobsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. The names of the PipelineJobs to cancel. A maximum of 32 PipelineJobs can be cancelled in a batch. Format: projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}.

Returns:

  • (::Array<::String>)

    Required. The names of the PipelineJobs to cancel. A maximum of 32 PipelineJobs can be cancelled in a batch. Format: projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}



336
337
338
339
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 336

class BatchCancelPipelineJobsRequest
  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}.

Returns:

  • (::String)

    Required. The name of the PipelineJobs' parent resource. Format: projects/{project}/locations/{location}



336
337
338
339
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 336

class BatchCancelPipelineJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end