Values_0.AIRecommendationDeploymentConfigurationSourceThe deployment configuration for a recommendation.
type nonrec t = {s3 : AIRecommendationDeploymentS3ChannelList.t option;The Amazon S3 data channels for the deployment.
*)imageUri : String_.t option;The URI of the container image for the deployment.
*)instanceType : AIRecommendationInstanceType.t option;The recommended instance type for the deployment.
*)instanceCount : AIRecommendationInstanceCount.t option;The recommended number of instances for the deployment.
*)copyCountPerInstance : AIRecommendationCopyCountPerInstance.t option;The number of model copies per instance.
*)environmentVariables : EnvironmentMap.t option;The environment variables for the deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of AIRecommendationInstanceCount.t
| `List of
[> `Structure of (string * [> `String of AIChannelName.t ]) list ]
list
| `Map of
([> `String of EnvironmentKey.t ]
* [> `String of EnvironmentValue.t ])
list
| `String of String_.t ])
list ]