Class: Aws::SageMaker::Types::AppImageConfigDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AppImageConfigDetails
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The configuration for running a SageMaker AI image as a KernelGateway app.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_image_config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the AppImageConfig.
 - 
  
    
      #app_image_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the AppImageConfig.
 - 
  
    
      #code_editor_app_image_config  ⇒ Types::CodeEditorAppImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for the file system and the runtime, such as the environment variables and entry point.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the AppImageConfig was created.
 - 
  
    
      #jupyter_lab_app_image_config  ⇒ Types::JupyterLabAppImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for the file system and the runtime, such as the environment variables and entry point.
 - 
  
    
      #kernel_gateway_image_config  ⇒ Types::KernelGatewayImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for the file system and kernels in the SageMaker AI image.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the AppImageConfig was last modified.
 
Instance Attribute Details
#app_image_config_arn ⇒ String
The ARN of the AppImageConfig.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#app_image_config_name ⇒ String
The name of the AppImageConfig. Must be unique to your account.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#code_editor_app_image_config ⇒ Types::CodeEditorAppImageConfig
The configuration for the file system and the runtime, such as the environment variables and entry point.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the AppImageConfig was created.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#jupyter_lab_app_image_config ⇒ Types::JupyterLabAppImageConfig
The configuration for the file system and the runtime, such as the environment variables and entry point.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
The configuration for the file system and kernels in the SageMaker AI image.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the AppImageConfig was last modified.
      1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1408 class AppImageConfigDetails < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  |