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 Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference documentation for the `NotebookExecutionJob.Types.DirectNotebookSource` class within the Google Cloud AI Platform v1beta1 API."],["The `DirectNotebookSource` class represents the content of an input notebook in ipynb format, and is within the namespace `Google.Cloud.AIPlatform.V1Beta1`."],["The class has constructors `DirectNotebookSource()` and `DirectNotebookSource(DirectNotebookSource other)`, the second one taking another `DirectNotebookSource` as a parameter."],["It includes a `Content` property, which is a `ByteString` representing the base64-encoded contents of the notebook file."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]