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 configuration for running a SageMaker image as a KernelGateway app.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.AppImageConfigDetails

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

Syntax

C#
public class AppImageConfigDetails

The AppImageConfigDetails type exposes the following members

Constructors

NameDescription
Public Method AppImageConfigDetails()

Properties

NameTypeDescription
Public Property AppImageConfigArn System.String

Gets and sets the property AppImageConfigArn.

The ARN of the AppImageConfig.

Public Property AppImageConfigName System.String

Gets and sets the property AppImageConfigName.

The name of the AppImageConfig. Must be unique to your account.

Public Property CodeEditorAppImageConfig Amazon.SageMaker.Model.CodeEditorAppImageConfig

Gets and sets the property CodeEditorAppImageConfig.

The configuration for the file system and the runtime, such as the environment variables and entry point.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

When the AppImageConfig was created.

Public Property JupyterLabAppImageConfig Amazon.SageMaker.Model.JupyterLabAppImageConfig

Gets and sets the property JupyterLabAppImageConfig.

The configuration for the file system and the runtime, such as the environment variables and entry point.

Public Property KernelGatewayImageConfig Amazon.SageMaker.Model.KernelGatewayImageConfig

Gets and sets the property KernelGatewayImageConfig.

The configuration for the file system and kernels in the SageMaker image.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

When the AppImageConfig was last modified.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5