Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest

import type { GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Request message for PipelineService.BatchCancelPipelineJobs.

interface GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

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}