NotebookExecutionDirectNotebookSourceArgs

data class NotebookExecutionDirectNotebookSourceArgs(val content: Output<String>) : ConvertibleToJava<NotebookExecutionDirectNotebookSourceArgs>

Constructors

constructor(content: Output<String>)

Properties

Link copied to clipboard
val content: Output<String>

The base64-encoded contents of the input notebook file.

Functions

Link copied to clipboard
open override fun toJava(): NotebookExecutionDirectNotebookSourceArgs