Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SharingSettings.Builder
-
Packages that use SharingSettings.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SharingSettings.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SharingSettings.Builder Modifier and Type Method Description static SharingSettings.BuilderSharingSettings. builder()SharingSettings.BuilderSharingSettings.Builder. notebookOutputOption(String notebookOutputOption)Whether to include the notebook cell output when sharing the notebook.SharingSettings.BuilderSharingSettings.Builder. notebookOutputOption(NotebookOutputOption notebookOutputOption)Whether to include the notebook cell output when sharing the notebook.SharingSettings.BuilderSharingSettings.Builder. s3KmsKeyId(String s3KmsKeyId)WhenNotebookOutputOptionisAllowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.SharingSettings.BuilderSharingSettings.Builder. s3OutputPath(String s3OutputPath)WhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.SharingSettings.BuilderSharingSettings. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SharingSettings.Builder Modifier and Type Method Description static Class<? extends SharingSettings.Builder>SharingSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SharingSettings.Builder Modifier and Type Method Description default UserSettings.BuilderUserSettings.Builder. sharingSettings(Consumer<SharingSettings.Builder> sharingSettings)Specifies options for sharing SageMaker Studio notebooks.
-