Class: Aws::SageMaker::Types::UpdateAppImageConfigRequest

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_nameString

The name of the AppImageConfig to update.

Returns:

  • (String)


40387
40388
40389
40390
40391
40392
# File 'lib/aws-sdk-sagemaker/types.rb', line 40387

class UpdateAppImageConfigRequest < Struct.new(
  :app_image_config_name,
  :kernel_gateway_image_config)
  SENSITIVE = []
  include Aws::Structure
end

#kernel_gateway_image_configTypes::KernelGatewayImageConfig

The new KernelGateway app to run on the image.



40387
40388
40389
40390
40391
40392
# File 'lib/aws-sdk-sagemaker/types.rb', line 40387

class UpdateAppImageConfigRequest < Struct.new(
  :app_image_config_name,
  :kernel_gateway_image_config)
  SENSITIVE = []
  include Aws::Structure
end