Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchCancelPipelineJobsRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchCancelPipelineJobsRequest.

Request message for PipelineService.BatchCancelPipelineJobs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#names

def names() -> ::Array<::String>
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}

#names=

def names=(value) -> ::Array<::String>
Parameter
  • value (::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}
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}

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the PipelineJobs' parent resource. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}