Class: Aws::SageMaker::Types::DescribeAppImageConfigResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_arnString

The ARN of the AppImageConfig.

Returns:

  • (String)


13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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.

Returns:

  • (String)


13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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 of the Code Editor app.



13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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)


13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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 of the JupyterLab app.



13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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 of a KernelGateway app.



13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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)


13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
# File 'lib/aws-sdk-sagemaker/types.rb', line 13023

class DescribeAppImageConfigResponse < 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