class Aws::SageMaker::Types::KernelGatewayImageConfig
The configuration for the file system and kernels in a SageMaker
image running as a KernelGateway app.
@note When making an API call, you may pass KernelGatewayImageConfig
data as a hash: { kernel_specs: [ # required { name: "KernelName", # required display_name: "KernelDisplayName", }, ], file_system_config: { mount_path: "MountPath", default_uid: 1, default_gid: 1, }, }
@!attribute [rw] kernel_specs
The specification of the Jupyter kernels in the image. @return [Array<Types::KernelSpec>]
@!attribute [rw] file_system_config
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image. @return [Types::FileSystemConfig]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayImageConfig AWS API Documentation
Constants
- SENSITIVE