Notebook Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Notebook
- com.
Implements
public final class Notebook
implements JsonSerializable<Notebook>
Notebook.
Constructor Summary
| Constructor | Description |
|---|---|
| Notebook() |
Creates an instance of Notebook class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Notebook |
fromJson(JsonReader jsonReader)
Reads an instance of Notebook from the Json |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
|
Big |
getBigDataPool()
Get the big |
|
List<Notebook |
getCells()
Get the cells property: Array of cells of the current notebook. |
| String |
getDescription()
Get the description property: The description of the notebook. |
|
Notebook |
getFolder()
Get the folder property: The folder that this notebook is in. |
|
Notebook |
getMetadata()
Get the metadata property: Notebook root-level metadata. |
| int |
getNbformat()
Get the nbformat property: Notebook format (major number). |
| int |
getNbformatMinor()
Get the nbformat |
|
Notebook |
getSessionProperties()
Get the session |
|
Spark |
getTargetSparkConfiguration()
Get the target |
| Notebook |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
| Notebook |
setBigDataPool(BigDataPoolReference bigDataPool)
Set the big |
| Notebook |
setCells(List<NotebookCell> cells)
Set the cells property: Array of cells of the current notebook. |
| Notebook |
setDescription(String description)
Set the description property: The description of the notebook. |
| Notebook |
setFolder(NotebookFolder folder)
Set the folder property: The folder that this notebook is in. |
| Notebook |
setMetadata(NotebookMetadata metadata)
Set the metadata property: Notebook root-level metadata. |
| Notebook |
setNbformat(int nbformat)
Set the nbformat property: Notebook format (major number). |
| Notebook |
setNbformatMinor(int nbformatMinor)
Set the nbformat |
| Notebook |
setSessionProperties(NotebookSessionProperties sessionProperties)
Set the session |
| Notebook |
setTargetSparkConfiguration(SparkConfigurationReference targetSparkConfiguration)
Set the target |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
Notebook
public Notebook()
Creates an instance of Notebook class.
Method Details
fromJson
public static Notebook fromJson(JsonReader jsonReader)
Reads an instance of Notebook from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: Notebook.
Returns:
getBigDataPool
public BigDataPoolReference getBigDataPool()
Get the bigDataPool property: Big data pool reference.
Returns:
getCells
public List<NotebookCell> getCells()
Get the cells property: Array of cells of the current notebook.
Returns:
getDescription
public String getDescription()
Get the description property: The description of the notebook.
Returns:
getFolder
public NotebookFolder getFolder()
Get the folder property: The folder that this notebook is in. If not specified, this notebook will appear at the root level.
Returns:
getMetadata
public NotebookMetadata getMetadata()
Get the metadata property: Notebook root-level metadata.
Returns:
getNbformat
public int getNbformat()
Get the nbformat property: Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.
Returns:
getNbformatMinor
public int getNbformatMinor()
Get the nbformatMinor property: Notebook format (minor number). Incremented for backward compatible changes to the notebook format.
Returns:
getSessionProperties
public NotebookSessionProperties getSessionProperties()
Get the sessionProperties property: Session properties.
Returns:
getTargetSparkConfiguration
public SparkConfigurationReference getTargetSparkConfiguration()
Get the targetSparkConfiguration property: The spark configuration of the spark job.
Returns:
setAdditionalProperties
public Notebook setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Notebook.
Parameters:
Returns:
setBigDataPool
public Notebook setBigDataPool(BigDataPoolReference bigDataPool)
Set the bigDataPool property: Big data pool reference.
Parameters:
Returns:
setCells
public Notebook setCells(List<NotebookCell> cells)
Set the cells property: Array of cells of the current notebook.
Parameters:
Returns:
setDescription
public Notebook setDescription(String description)
Set the description property: The description of the notebook.
Parameters:
Returns:
setFolder
public Notebook setFolder(NotebookFolder folder)
Set the folder property: The folder that this notebook is in. If not specified, this notebook will appear at the root level.
Parameters:
Returns:
setMetadata
public Notebook setMetadata(NotebookMetadata metadata)
Set the metadata property: Notebook root-level metadata.
Parameters:
Returns:
setNbformat
public Notebook setNbformat(int nbformat)
Set the nbformat property: Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.
Parameters:
Returns:
setNbformatMinor
public Notebook setNbformatMinor(int nbformatMinor)
Set the nbformatMinor property: Notebook format (minor number). Incremented for backward compatible changes to the notebook format.
Parameters:
Returns:
setSessionProperties
public Notebook setSessionProperties(NotebookSessionProperties sessionProperties)
Set the sessionProperties property: Session properties.
Parameters:
Returns:
setTargetSparkConfiguration
public Notebook setTargetSparkConfiguration(SparkConfigurationReference targetSparkConfiguration)
Set the targetSparkConfiguration property: The spark configuration of the spark job.
Parameters:
Returns: