NotebookParameter Class
Notebook parameter.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelNotebookParameter
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). |
type
|
Notebook parameter type. Known values are: "string", "int", "float", "bool", and "int". |
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python