NotebookExecutionGcsNotebookSourceArgs

data class NotebookExecutionGcsNotebookSourceArgs(val generation: Output<String>? = null, val uri: Output<String>) : ConvertibleToJava<NotebookExecutionGcsNotebookSourceArgs>

Constructors

Link copied to clipboard
constructor(generation: Output<String>? = null, uri: Output<String>)

Properties

Link copied to clipboard
val generation: Output<String>? = null

The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.

Link copied to clipboard
val uri: Output<String>

The Cloud Storage uri pointing to the ipynb file.

Functions

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