Class CfnAppImageConfig.CodeEditorAppImageConfigProperty
The configuration for the file system and kernels in a SageMaker image running as a Code Editor app.
Inheritance
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CodeEditorAppImageConfigProperty : Object, CfnAppImageConfig.ICodeEditorAppImageConfigProperty
Syntax (vb)
Public Class CodeEditorAppImageConfigProperty
Inherits Object
Implements CfnAppImageConfig.ICodeEditorAppImageConfigProperty
Remarks
The FileSystemConfig
object is not supported.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var codeEditorAppImageConfigProperty = new CodeEditorAppImageConfigProperty {
ContainerConfig = new ContainerConfigProperty {
ContainerArguments = new [] { "containerArguments" },
ContainerEntrypoint = new [] { "containerEntrypoint" },
ContainerEnvironmentVariables = new [] { new CustomImageContainerEnvironmentVariableProperty {
Key = "key",
Value = "value"
} }
}
};
Synopsis
Constructors
Code |
Properties
Container |
The container configuration for a SageMaker image. |
Constructors
CodeEditorAppImageConfigProperty()
public CodeEditorAppImageConfigProperty()
Properties
ContainerConfig
The container configuration for a SageMaker image.
public object ContainerConfig { get; set; }
Property Value
System.