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-09 UTC."],[[["This documentation page provides detailed information about the `NotebookExecutionJob` class within the Vertex AI v1 API for .NET, including its properties, constructors, and implemented interfaces."],["The `NotebookExecutionJob` class represents an instance of a notebook execution, offering functionality such as defining notebook source, execution environment, and output destination, and its state is tracked through properties like `JobState`, `CreateTime`, and `UpdateTime`."],["You can specify custom configurations, such as compute environment, encryption, and execution timeout, and manage notebook execution through settings for service accounts, user emails, and kernel names."],["This page lists all the different versions of the API, starting from version 1.0.0 up to 3.22.0, which is the latest version."],["The documentation details various ways to define the notebook source for execution, including direct input, Cloud Storage URLs, or references to a Dataform repository, offering flexibility in how notebooks are accessed and executed."]]],[]]