public sealed class NotebookExecutionJob.Types.DirectNotebookSource : IMessage<NotebookExecutionJob.Types.DirectNotebookSource>, IEquatable<NotebookExecutionJob.Types.DirectNotebookSource>, IDeepCloneable<NotebookExecutionJob.Types.DirectNotebookSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class NotebookExecutionJob.Types.DirectNotebookSource.
The content of the input notebook in ipynb format.
[[["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 document provides reference documentation for the `NotebookExecutionJob.Types.DirectNotebookSource` class within the Vertex AI v1beta1 API."],["The `DirectNotebookSource` class represents the content of an input notebook in ipynb format and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `DirectNotebookSource` object, either as a default instance or by cloning another `DirectNotebookSource` instance."],["The `Content` property of this class allows setting and retrieving the base64-encoded contents of the input notebook file, which is stored as a `ByteString`."]]],[]]