Class NotebookKernelSpec

java.lang.Object
com.azure.analytics.synapse.artifacts.models.NotebookKernelSpec

public final class NotebookKernelSpec extends Object
Kernel information.
  • Constructor Details

    • NotebookKernelSpec

      public NotebookKernelSpec()
  • Method Details

    • getName

      public String getName()
      Get the name property: Name of the kernel specification.
      Returns:
      the name value.
    • setName

      public NotebookKernelSpec setName(String name)
      Set the name property: Name of the kernel specification.
      Parameters:
      name - the name value to set.
      Returns:
      the NotebookKernelSpec object itself.
    • getDisplayName

      public String getDisplayName()
      Get the displayName property: Name to display in UI.
      Returns:
      the displayName value.
    • setDisplayName

      public NotebookKernelSpec setDisplayName(String displayName)
      Set the displayName property: Name to display in UI.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the NotebookKernelSpec object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Kernel information.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public NotebookKernelSpec setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Kernel information.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the NotebookKernelSpec object itself.