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

GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest

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

Request message for [NotebookService.CreateNotebookExecutionJob]

interface GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest {
notebookExecutionJobId?: string;
parent?: string;
}

§Properties

§

Required. The NotebookExecutionJob to create.

§
notebookExecutionJobId?: string
[src]

Optional. User specified ID for the NotebookExecutionJob.

§
parent?: string
[src]

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