RunNotebookParameter Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. RunNotebookParameter
- com.
Implements
public final class RunNotebookParameter
implements JsonSerializable<RunNotebookParameter>
Run notebook parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| RunNotebookParameter() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
getType()
Get the type property: Parameter type. |
| Object |
getValue()
Get the value property: Parameter value. |
|
Run |
setType(String type)
Set the type property: Parameter type. |
|
Run |
setValue(Object value)
Set the value property: Parameter value. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
RunNotebookParameter
public RunNotebookParameter()
Creates an instance of RunNotebookParameter class.
Method Details
fromJson
public static RunNotebookParameter fromJson(JsonReader jsonReader)
Reads an instance of RunNotebookParameter from the JsonReader.
Parameters:
Returns:
Throws:
getType
public String getType()
Get the type property: Parameter type.
Returns:
getValue
public Object getValue()
Get the value property: Parameter value.
Returns:
setType
public RunNotebookParameter setType(String type)
Set the type property: Parameter type.
Parameters:
Returns:
setValue
public RunNotebookParameter setValue(Object value)
Set the value property: Parameter value.
Parameters:
Returns: