GoogleCloudAiplatformV1NotebookExecutionJob
import type { GoogleCloudAiplatformV1NotebookExecutionJob } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
NotebookExecutionJob represents an instance of a notebook execution.
§Properties
The custom compute configuration for an execution job.
The Dataform Repository pointing to a single file notebook repository.
The contents of an input notebook file.
The display name of the NotebookExecutionJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Customer-managed encryption key spec for the notebook execution job. This field is auto-populated if the NotebookRuntimeTemplate has an encryption spec.
Max running time of the execution job in seconds (default 86400s / 24 hrs).
The user email to run the execution as. Only supported by Colab runtimes.
The Cloud Storage url pointing to the ipynb file. Format:
gs://bucket/notebook_file.ipynb
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
Output only. The state of the NotebookExecutionJob.
The name of the kernel to use during notebook execution. If unset, the default kernel is used.
The labels with user-defined metadata to organize NotebookExecutionJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
Output only. The resource name of this NotebookExecutionJob. Format:
projects/{project_id}/locations/{location}/notebookExecutionJobs/{job_id}
The NotebookRuntimeTemplate to source compute configuration from.
The Schedule resource name if this job is triggered by one. Format:
projects/{project_id}/locations/{location}/schedules/{schedule_id}
Output only. Populated when the NotebookExecutionJob is completed. When there is an error during notebook execution, the error details are populated.
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
The Workbench runtime configuration to use for the notebook execution.