| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static SharingSettings.Builder |
SharingSettings.builder() |
SharingSettings.Builder |
SharingSettings.Builder.notebookOutputOption(NotebookOutputOption notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook.
|
SharingSettings.Builder |
SharingSettings.Builder.notebookOutputOption(String notebookOutputOption)
Whether to include the notebook cell output when sharing the notebook.
|
SharingSettings.Builder |
SharingSettings.Builder.s3KmsKeyId(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.Builder |
SharingSettings.Builder.s3OutputPath(String s3OutputPath)
When
NotebookOutputOption is Allowed, the Amazon S3 bucket used to save the
notebook cell output. |
SharingSettings.Builder |
SharingSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SharingSettings.Builder> |
SharingSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserSettings.Builder |
UserSettings.Builder.sharingSettings(Consumer<SharingSettings.Builder> sharingSettings)
The sharing settings.
|
Copyright © 2020. All rights reserved.