NotebookParameter Class
Notebook parameter.
Constructor
NotebookParameter(*, value: MutableMapping[str, Any] | None = None, type: str | _models.NotebookParameterType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
<xref:JSON>
Notebook parameter value. Type: string (or Expression with resultType string). Default value: None
|
type
|
Notebook parameter type. Known values are: "string", "int", "float", "bool", and "int". Default value: None
|
Variables
Name | Description |
---|---|
value
|
<xref:JSON>
Notebook parameter value. Type: string (or Expression with resultType string). |
type
|
Notebook parameter type. Known values are: "string", "int", "float", "bool", and "int". |