Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-sagemaker-appimageconfig.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::SageMaker::AppImageConfig. Source:- No source definition found, add manually please

Properties

AppImageConfigName string | Aws_CF_FunctionString required

The Name of the AppImageConfig.

KernelGatewayImageConfig object

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

2 nested properties
KernelSpecs KernelSpec[] required

The specification of the Jupyter kernels in the image.

minItems=1maxItems=1
FileSystemConfig object

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

3 nested properties
DefaultGid integer

The default POSIX group ID (GID). If not specified, defaults to 100.

min=0max=65535
DefaultUid integer

The default POSIX user ID (UID). If not specified, defaults to 1000.

min=0max=65535
MountPath string | Aws_CF_FunctionString

The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

Tags Tag[]

A list of tags to apply to the AppImageConfig.

minItems=0maxItems=50

Definitions

KernelGatewayImageConfig object

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

KernelSpecs KernelSpec[] required

The specification of the Jupyter kernels in the image.

minItems=1maxItems=1
FileSystemConfig object

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

3 nested properties
DefaultGid integer

The default POSIX group ID (GID). If not specified, defaults to 100.

min=0max=65535
DefaultUid integer

The default POSIX user ID (UID). If not specified, defaults to 1000.

min=0max=65535
MountPath string | Aws_CF_FunctionString

The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

FileSystemConfig object

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

DefaultGid integer

The default POSIX group ID (GID). If not specified, defaults to 100.

min=0max=65535
DefaultUid integer

The default POSIX user ID (UID). If not specified, defaults to 1000.

min=0max=65535
MountPath string | Aws_CF_FunctionString

The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

KernelSpec object
Name string | Aws_CF_FunctionString required

The name of the kernel.

DisplayName string | Aws_CF_FunctionString

The display name of the kernel.

Tag object
Value string | Aws_CF_FunctionString required
Key string | Aws_CF_FunctionString required