FileFormat

sealed class FileFormat

The file format for a notebook export in Amazon SageMaker Unified Studio.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Ipynb : FileFormat

Export the notebook as a Jupyter notebook (.ipynb) file.

Link copied to clipboard
object Pdf : FileFormat

Export the notebook as a PDF file.

Link copied to clipboard
data class SdkUnknown(val value: String) : FileFormat

Properties

Link copied to clipboard
abstract val value: String