public sealed class NotebookExecutionJob.Types.DirectNotebookSource : IMessage<NotebookExecutionJob.Types.DirectNotebookSource>, IEquatable<NotebookExecutionJob.Types.DirectNotebookSource>, IDeepCloneable<NotebookExecutionJob.Types.DirectNotebookSource>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NotebookExecutionJob.Types.DirectNotebookSource.
The content of the input notebook in ipynb format.
Implements
IMessageNotebookExecutionJobTypesDirectNotebookSource, IEquatableNotebookExecutionJobTypesDirectNotebookSource, IDeepCloneableNotebookExecutionJobTypesDirectNotebookSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DirectNotebookSource()
public DirectNotebookSource()DirectNotebookSource(DirectNotebookSource)
public DirectNotebookSource(NotebookExecutionJob.Types.DirectNotebookSource other)| Parameter | |
|---|---|
| Name | Description |
other |
NotebookExecutionJobTypesDirectNotebookSource |
Properties
Content
public ByteString Content { get; set; }The base64-encoded contents of the input notebook file.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|