Builder

class Builder

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
var 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.