Values_0.RSessionAppSettingsSourceA collection of settings that apply to an RSessionGateway app.
type nonrec t = {defaultResourceSpec : ResourceSpec.t option;customImages : CustomImages.t option;A list of custom SageMaker AI images that are configured to run as a RSession app.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of ImageVersionNumber.t
| `String of ImageName.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of ImageArn.t ]) list ])
list ]