public sealed class NotebookExecutionJob : IMessage<NotebookExecutionJob>, IEquatable<NotebookExecutionJob>, IDeepCloneable<NotebookExecutionJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-03-31 UTC."],[[["This document provides comprehensive reference information for the `NotebookExecutionJob` class within the Google Cloud AI Platform v1 API, specifically version 3.12.0."],["`NotebookExecutionJob` represents a single notebook execution instance, with details on its properties like creation time, display name, execution timeout, and job state, as well as various source and environment specifications."],["The class allows for custom compute configurations, direct notebook file input, and management of output locations in Cloud Storage, as well as the option to use Dataform Repository."],["The documentation outlines the `NotebookExecutionJob` class's implementation of multiple interfaces, inheritance from `object`, and the presence of several constructors and properties that allow for customization of a notebook execution job."],["The document gives links to previous versions of this documentation, showing the history of the `NotebookExecutionJob` versioning."]]],[]]