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

GoogleCloudAiplatformV1CreatePipelineJobRequest

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

Request message for PipelineService.CreatePipelineJob.

interface GoogleCloudAiplatformV1CreatePipelineJobRequest {
parent?: string;
pipelineJobId?: string;
}

§Properties

§
parent?: string
[src]

Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}

§

Required. The PipelineJob to create.

§
pipelineJobId?: string
[src]

The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not provided, an ID will be automatically generated. This value should be less than 128 characters, and valid characters are /a-z-/.