Uses of Class
com.azure.analytics.synapse.artifacts.models.NotebookCell
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of NotebookCell in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionNotebookCell.setAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Notebook cell.NotebookCell.setAttachments
(Object attachments) Set the attachments property: Attachments associated with the cell.NotebookCell.setCellType
(String cellType) Set the cellType property: String identifying the type of cell.NotebookCell.setMetadata
(Object metadata) Set the metadata property: Cell-level metadata.NotebookCell.setOutputs
(List<NotebookCellOutputItem> outputs) Set the outputs property: Cell-level output items.Set the source property: Contents of the cell, represented as an array of lines.Modifier and TypeMethodDescriptionNotebook.getCells()
Get the cells property: Array of cells of the current notebook.Modifier and TypeMethodDescriptionNotebook.setCells
(List<NotebookCell> cells) Set the cells property: Array of cells of the current notebook.