SharingSettings

Specifies options for sharing Amazon SageMaker Studio notebooks. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called. When SharingSettings is not specified, notebook sharing isn't allowed.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

Link copied to clipboard

When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

Link copied to clipboard

When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

Functions

Link copied to clipboard
inline fun copy(block: SharingSettings.Builder.() -> Unit = {}): SharingSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String