public sealed class NotebookExecutionJob : IMessage<NotebookExecutionJob>, IEquatable<NotebookExecutionJob>, IDeepCloneable<NotebookExecutionJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1 API class NotebookExecutionJob.
NotebookExecutionJob represents an instance of a notebook execution.
public EncryptionSpec EncryptionSpec { get; set; }
Customer-managed encryption key spec for the notebook execution job.
This field is auto-populated if the
[NotebookRuntimeTemplate][google.cloud.aiplatform.v1.NotebookRuntimeTemplate]
has an encryption spec.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-08 UTC."],[[["This webpage provides documentation for the `NotebookExecutionJob` class within the Google Cloud AI Platform V1 API, specifically version 3.19.0, and contains information on various other versions."],["The `NotebookExecutionJob` class represents an instance of a notebook execution and supports configurations like custom environments, dataform repository sources, and direct notebook sources."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and has inherited members from the `object` class."],["It includes properties to manage the job's state, execution timeout, display name, encryption, labels, and details about the notebook source, runtime environment, execution user, and service account."],["The documentation covers constructors, output-only properties like creation and update timestamps, and other properties related to job specifications and associated resources, including resource names and formatted names for easier access."]]],[]]