Struct aws_sdk_sagemaker::model::sharing_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SharingSettings
Implementations
Whether to include the notebook cell output when sharing the notebook. The default
is Disabled
.
Whether to include the notebook cell output when sharing the notebook. The default
is Disabled
.
When NotebookOutputOption
is Allowed
, the Amazon S3 bucket used
to store the shared notebook snapshots.
When NotebookOutputOption
is Allowed
, the Amazon S3 bucket used
to store the shared notebook snapshots.
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.
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.
Consumes the builder and constructs a SharingSettings
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more