You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::KernelGatewayImageConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::KernelGatewayImageConfig
- Defined in:
- (unknown)
Overview
Note:
When passing KernelGatewayImageConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
kernel_specs: [ # required
{
name: "KernelName", # required
display_name: "KernelDisplayName",
},
],
file_system_config: {
mount_path: "MountPath",
default_uid: 1,
default_gid: 1,
},
}
The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.
Returned by:
Instance Attribute Summary collapse
-
#file_system_config ⇒ Types::FileSystemConfig
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
-
#kernel_specs ⇒ Array<Types::KernelSpec>
The specification of the Jupyter kernels in the image.
Instance Attribute Details
#file_system_config ⇒ Types::FileSystemConfig
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
#kernel_specs ⇒ Array<Types::KernelSpec>
The specification of the Jupyter kernels in the image.