| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SharingSettings |
SharingSettings.clone() |
SharingSettings |
UserSettings.getSharingSettings()
The sharing settings.
|
SharingSettings |
SharingSettings.withNotebookOutputOption(NotebookOutputOption notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook.
|
SharingSettings |
SharingSettings.withNotebookOutputOption(String notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook.
|
SharingSettings |
SharingSettings.withS3KmsKeyId(String s3KmsKeyId)
When
NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption
key ID used to encrypt the notebook cell output in the Amazon S3 bucket. |
SharingSettings |
SharingSettings.withS3OutputPath(String s3OutputPath)
When
NotebookOutputOption is Allowed, the Amazon S3 bucket used to save the notebook
cell output. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettings.setSharingSettings(SharingSettings sharingSettings)
The sharing settings.
|
UserSettings |
UserSettings.withSharingSettings(SharingSettings sharingSettings)
The sharing settings.
|
Copyright © 2020. All rights reserved.