Cloud AI Platform v1 API - Class NotebookExecutionJob.Types.DirectNotebookSource (3.5.0)

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 v1 API class NotebookExecutionJob.Types.DirectNotebookSource.

The content of the input notebook in ipynb format.

Inheritance

object > NotebookExecutionJob.Types.DirectNotebookSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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