Domain Sharing Settings
data class DomainSharingSettings(val notebookOutputOption: DomainSharingSettingsNotebookOutputOption? = null, val s3KmsKeyId: String? = null, val s3OutputPath: String? = null)
Specifies options when sharing an Amazon SageMaker Studio notebook. 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.
Constructors
Link copied to clipboard
fun DomainSharingSettings(notebookOutputOption: DomainSharingSettingsNotebookOutputOption? = null, s3KmsKeyId: String? = null, s3OutputPath: String? = null)