Class: Aws::SageMaker::Types::KernelGatewayImageConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_configTypes::FileSystemConfig

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



23981
23982
23983
23984
23985
23986
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23981

class KernelGatewayImageConfig < Struct.new(
  :kernel_specs,
  :file_system_config)
  SENSITIVE = []
  include Aws::Structure
end

#kernel_specsArray<Types::KernelSpec>

The specification of the Jupyter kernels in the image.

Returns:



23981
23982
23983
23984
23985
23986
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23981

class KernelGatewayImageConfig < Struct.new(
  :kernel_specs,
  :file_system_config)
  SENSITIVE = []
  include Aws::Structure
end