NotebookParameter Class

Notebook parameter.

Constructor

NotebookParameter(*args: Any, **kwargs: Any)

Variables

Name Description
value
any

Notebook parameter value. Type: string (or Expression with resultType string).

type

Notebook parameter type. Known values are: "string", "int", "float", and "bool".

Attributes

type

"string", "int", "float", and "bool".

type: str | _models.NotebookParameterType | None

value

string (or Expression with resultType string).

value: Any | None