class Aws::SageMaker::Types::UpdateAppImageConfigRequest

@note When making an API call, you may pass UpdateAppImageConfigRequest

data as a hash:

    {
      app_image_config_name: "AppImageConfigName", # required
      kernel_gateway_image_config: {
        kernel_specs: [ # required
          {
            name: "KernelName", # required
            display_name: "KernelDisplayName",
          },
        ],
        file_system_config: {
          mount_path: "MountPath",
          default_uid: 1,
          default_gid: 1,
        },
      },
    }

@!attribute [rw] app_image_config_name

The name of the AppImageConfig to update.
@return [String]

@!attribute [rw] kernel_gateway_image_config

The new KernelGateway app to run on the image.
@return [Types::KernelGatewayImageConfig]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAppImageConfigRequest AWS API Documentation

Constants

SENSITIVE