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.

The JupyterServer app settings.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.JupyterServerAppSettings

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

Syntax

C#
public class JupyterServerAppSettings

The JupyterServerAppSettings type exposes the following members

Constructors

NameDescription
Public Method JupyterServerAppSettings()

Properties

NameTypeDescription
Public Property CodeRepositories System.Collections.Generic.List<Amazon.SageMaker.Model.CodeRepository>

Gets and sets the property CodeRepositories.

A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.

Public Property DefaultResourceSpec Amazon.SageMaker.Model.ResourceSpec

Gets and sets the property DefaultResourceSpec.

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

Public Property LifecycleConfigArns System.Collections.Generic.List<System.String>

Gets and sets the property LifecycleConfigArns.

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

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