Values_0.CreateAppImageConfigResponseSourceCreates 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.
type nonrec t = {appImageConfigArn : AppImageConfigArn.t option;The ARN of the AppImageConfig.
*)}type nonrec error = [ | `ResourceInUse of ResourceInUse.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of ResourceInUse.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of ResourceInUse.t
| `Unknown_operation_error of string * string option ]