NotebookParameterType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. NotebookParameterType
- com.
- com.
public final class NotebookParameterType
extends ExpandableStringEnum<NotebookParameterType>
Notebook parameter type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Notebook |
BOOL
Static value bool for Notebook |
|
static final
Notebook |
FLOAT
Static value float for Notebook |
|
static final
Notebook |
INT
Static value int for Notebook |
|
static final
Notebook |
STRING
Static value string for Notebook |
Constructor Summary
| Constructor | Description |
|---|---|
| NotebookParameterType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Notebook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notebook |
fromString(String name)
Creates or finds a Notebook |
|
static
Collection<Notebook |
values()
Gets known Notebook |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOOL
public static final NotebookParameterType BOOL
Static value bool for NotebookParameterType.
FLOAT
public static final NotebookParameterType FLOAT
Static value float for NotebookParameterType.
INT
public static final NotebookParameterType INT
Static value int for NotebookParameterType.
STRING
public static final NotebookParameterType STRING
Static value string for NotebookParameterType.
Constructor Details
NotebookParameterType
@Deprecated
public NotebookParameterType()
Deprecated
Creates a new instance of NotebookParameterType value.
Method Details
fromString
public static NotebookParameterType fromString(String name)
Creates or finds a NotebookParameterType from its string representation.
Parameters:
Returns:
values
public static Collection<NotebookParameterType> values()
Gets known NotebookParameterType values.
Returns: