Class: Aws::SageMaker::Types::SpaceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A collection of space settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_type ⇒ String
The type of app created within the space.
-
#code_editor_app_settings ⇒ Types::SpaceCodeEditorAppSettings
The Code Editor application settings.
-
#custom_file_systems ⇒ Array<Types::CustomFileSystem>
A file system, created by you, that you assign to a space for an Amazon SageMaker Domain.
-
#jupyter_lab_app_settings ⇒ Types::SpaceJupyterLabAppSettings
The settings for the JupyterLab application.
-
#jupyter_server_app_settings ⇒ Types::JupyterServerAppSettings
The JupyterServer app settings.
-
#kernel_gateway_app_settings ⇒ Types::KernelGatewayAppSettings
The KernelGateway app settings.
-
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
Instance Attribute Details
#app_type ⇒ String
The type of app created within the space.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |
#code_editor_app_settings ⇒ Types::SpaceCodeEditorAppSettings
The Code Editor application settings.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |
#custom_file_systems ⇒ Array<Types::CustomFileSystem>
A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |
#jupyter_lab_app_settings ⇒ Types::SpaceJupyterLabAppSettings
The settings for the JupyterLab application.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |
#jupyter_server_app_settings ⇒ Types::JupyterServerAppSettings
The JupyterServer app settings.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |
#kernel_gateway_app_settings ⇒ Types::KernelGatewayAppSettings
The KernelGateway app settings.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41436 class SpaceSettings < Struct.new( :jupyter_server_app_settings, :kernel_gateway_app_settings, :code_editor_app_settings, :jupyter_lab_app_settings, :app_type, :space_storage_settings, :custom_file_systems) SENSITIVE = [] include Aws::Structure end |