NotebookKernelSpec Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. NotebookKernelSpec
- com.
Implements
public final class NotebookKernelSpec
implements JsonSerializable<NotebookKernelSpec>
Kernel information.
Constructor Summary
| Constructor | Description |
|---|---|
| NotebookKernelSpec() |
Creates an instance of Notebook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notebook |
fromJson(JsonReader jsonReader)
Reads an instance of Notebook |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| String |
getDisplayName()
Get the display |
| String |
getName()
Get the name property: Name of the kernel specification. |
|
Notebook |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Notebook |
setDisplayName(String displayName)
Set the display |
|
Notebook |
setName(String name)
Set the name property: Name of the kernel specification. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
NotebookKernelSpec
public NotebookKernelSpec()
Creates an instance of NotebookKernelSpec class.
Method Details
fromJson
public static NotebookKernelSpec fromJson(JsonReader jsonReader)
Reads an instance of NotebookKernelSpec from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Kernel information.
Returns:
getDisplayName
public String getDisplayName()
Get the displayName property: Name to display in UI.
Returns:
getName
public String getName()
Get the name property: Name of the kernel specification.
Returns:
setAdditionalProperties
public NotebookKernelSpec setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Kernel information.
Parameters:
Returns:
setDisplayName
public NotebookKernelSpec setDisplayName(String displayName)
Set the displayName property: Name to display in UI.
Parameters:
Returns:
setName
public NotebookKernelSpec setName(String name)
Set the name property: Name of the kernel specification.
Parameters:
Returns: