ScheduleCreateNotebookExecutionJobRequestNotebookExecutionJobGcsNotebookSourceArgs

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

Constructors

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. Format: gs://bucket/notebook_file.ipynb

Functions

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