ImportNotebookRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique case-sensitive string used to ensure the request to import the notebook is idempotent (executes only once).

Link copied to clipboard
val name: String?

The name of the notebook to import.

Link copied to clipboard

A URI that specifies the Amazon S3 location of a notebook file in ipynb format.

Link copied to clipboard

The notebook content to be imported. The payload must be in ipynb format.

Link copied to clipboard

The notebook content type. Currently, the only valid type is IPYNB.

Link copied to clipboard

The name of the Spark enabled workgroup to import the notebook to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String