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

GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest

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

Request message for PipelineService.BatchDeletePipelineJobs.

interface GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

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}