Class: Aws::SageMaker::Types::JupyterLabAppImageConfig

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 JupyterLab app. The FileSystemConfig object is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_configTypes::ContainerConfig

The configuration used to run the application image container.



23866
23867
23868
23869
23870
23871
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23866

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

#file_system_configTypes::FileSystemConfig

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



23866
23867
23868
23869
23870
23871
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23866

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