Class NotebookMetadata

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

public final class NotebookMetadata extends Object
Notebook root-level metadata.
  • Constructor Details

    • NotebookMetadata

      public NotebookMetadata()
  • Method Details

    • getKernelspec

      public NotebookKernelSpec getKernelspec()
      Get the kernelspec property: Kernel information.
      Returns:
      the kernelspec value.
    • setKernelspec

      public NotebookMetadata setKernelspec(NotebookKernelSpec kernelspec)
      Set the kernelspec property: Kernel information.
      Parameters:
      kernelspec - the kernelspec value to set.
      Returns:
      the NotebookMetadata object itself.
    • getLanguageInfo

      public NotebookLanguageInfo getLanguageInfo()
      Get the languageInfo property: Language info.
      Returns:
      the languageInfo value.
    • setLanguageInfo

      public NotebookMetadata setLanguageInfo(NotebookLanguageInfo languageInfo)
      Set the languageInfo property: Language info.
      Parameters:
      languageInfo - the languageInfo value to set.
      Returns:
      the NotebookMetadata object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Notebook root-level metadata.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public NotebookMetadata setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Notebook root-level metadata.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the NotebookMetadata object itself.