Class: Aws::SageMaker::Types::SpaceSettings
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::SpaceSettings
 
- Defined in:
- gems/aws-sdk-sagemaker/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 AI 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. 
- 
  
    
      #remote_access  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A setting that enables or disables remote access for a SageMaker space. 
- 
  
    
      #space_managed_resources  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:. 
- 
  
    
      #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.
If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#code_editor_app_settings ⇒ Types::SpaceCodeEditorAppSettings
The Code Editor application settings.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) 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 AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#jupyter_lab_app_settings ⇒ Types::SpaceJupyterLabAppSettings
The settings for the JupyterLab application.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#jupyter_server_app_settings ⇒ Types::JupyterServerAppSettings
The JupyterServer app settings.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#kernel_gateway_app_settings ⇒ Types::KernelGatewayAppSettings
The KernelGateway app settings.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#remote_access ⇒ String
A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#space_managed_resources ⇒ String
If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:
- The user profile that possesses the space. 
- The app that the space contains. 
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end | 
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
| 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46355 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, :space_managed_resources, :custom_file_systems, :remote_access) SENSITIVE = [] include Aws::Structure end |