public sealed class NotebookExecutionJob : IMessage<NotebookExecutionJob>, IEquatable<NotebookExecutionJob>, IDeepCloneable<NotebookExecutionJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 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.v1beta1.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-03-21 UTC."],[[["This documentation is for the `NotebookExecutionJob` class within the Vertex AI v1beta1 API, specifically version 1.0.0-beta21, and it represents an instance of a notebook execution within this framework."],["The `NotebookExecutionJob` class, a concrete implementation of several interfaces including `IMessage` and `IEquatable`, allows for managing the execution of notebooks with detailed properties."],["Key features include support for custom compute environments, various notebook sources such as direct files or Cloud Storage URLs, and Dataform Repository support for the notebook's source."],["It contains properties for setting execution details like timeout, kernel name, and service accounts, as well as tracking execution status and timestamps, amongst a host of other configurable properties."],["It allows the configuration of output storage locations in Cloud Storage, and supports customer-managed encryption keys for the execution job."]]],[]]