Smaws_Client_SageMaker.CreateAppImageConfigCreates a configuration for running a SageMaker AI image as a KernelGateway app. The configuration specifies the Amazon Elastic File System storage volume on the image, and a list of the kernels in the image.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ResourceInUse of Types.resource_in_use ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_app_image_config_request ->
(Types.create_app_image_config_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceInUse of Types.resource_in_use ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_app_image_config_request ->
(Types.create_app_image_config_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceInUse of Types.resource_in_use ]
* Smaws_Lib.Response.metadata)
Stdlib.result