Class: Aws::SageMaker::Types::AppImageConfigDetails

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

Overview

The configuration for running a SageMaker image as a KernelGateway app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_arnString

The ARN of the AppImageConfig.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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_nameString

The name of the AppImageConfig. Must be unique to your account.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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_configTypes::CodeEditorAppImageConfig

The configuration for the file system and the runtime, such as the environment variables and entry point.



1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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_timeTime

When the AppImageConfig was created.

Returns:

  • (Time)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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_configTypes::JupyterLabAppImageConfig

The configuration for the file system and the runtime, such as the environment variables and entry point.



1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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_configTypes::KernelGatewayImageConfig

The configuration for the file system and kernels in the SageMaker image.



1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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_timeTime

When the AppImageConfig was last modified.

Returns:

  • (Time)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1346

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