AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies options for sharing Amazon SageMaker AI Studio notebooks. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called. When SharingSettings is not specified, notebook sharing isn't allowed.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.SharingSettings

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class SharingSettings

The SharingSettings type exposes the following members

Constructors

NameDescription
Public Method SharingSettings()

Properties

NameTypeDescription
Public Property NotebookOutputOption Amazon.SageMaker.NotebookOutputOption

Gets and sets the property NotebookOutputOption.

Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

Public Property S3KmsKeyId System.String

Gets and sets the property 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.

Public Property S3OutputPath System.String

Gets and sets the property S3OutputPath.

When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5