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
show all
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

Instance Attribute Details

#file_system_configTypes::FileSystemConfig

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

Returns:

#kernel_specsArray<Types::KernelSpec>

The specification of the Jupyter kernels in the image.

Returns:

  • (Array<Types::KernelSpec>)

    The specification of the Jupyter kernels in the image.