Class: Aws::SageMaker::Types::UpdateAppImageConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateAppImageConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_image_config_name ⇒ String
The name of the AppImageConfig to update.
-
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
The new KernelGateway app to run on the image.
Instance Attribute Details
#app_image_config_name ⇒ String
The name of the AppImageConfig to update.
37303 37304 37305 37306 37307 37308 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37303 class UpdateAppImageConfigRequest < Struct.new( :app_image_config_name, :kernel_gateway_image_config) SENSITIVE = [] include Aws::Structure end |
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
The new KernelGateway app to run on the image.
37303 37304 37305 37306 37307 37308 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37303 class UpdateAppImageConfigRequest < Struct.new( :app_image_config_name, :kernel_gateway_image_config) SENSITIVE = [] include Aws::Structure end |