GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest
import type { GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Request message for [NotebookService.CreateNotebookExecutionJob]
interface GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest {
notebookExecutionJob?: GoogleCloudAiplatformV1NotebookExecutionJob;
notebookExecutionJobId?: string;
parent?: string;
}§Properties
§
notebookExecutionJob?: GoogleCloudAiplatformV1NotebookExecutionJob
[src]Required. The NotebookExecutionJob to create.