| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SharingSettings |
SharingSettings.clone() |
SharingSettings |
UserSettings.getSharingSettings()
Specifies options for sharing Amazon SageMaker Studio notebooks.
|
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 Amazon Web Services 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 store the shared
notebook snapshots. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSettings.setSharingSettings(SharingSettings sharingSettings)
Specifies options for sharing Amazon SageMaker Studio notebooks.
|
UserSettings |
UserSettings.withSharingSettings(SharingSettings sharingSettings)
Specifies options for sharing Amazon SageMaker Studio notebooks.
|
Copyright © 2024. All rights reserved.