Values_1.ShadowModeConfigSourceThe configuration of ShadowMode inference experiment type, which specifies a production variant to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also specifies the percentage of requests that Amazon SageMaker replicates.
type nonrec t = {sourceModelVariantName : ModelVariantName.t;The name of the production variant, which takes all the inference requests.
*)shadowModelVariants : ShadowModelVariantConfigList.t;List of shadow variant configurations.
*)}val make :
sourceModelVariantName:ModelVariantName.t ->
shadowModelVariants:ShadowModelVariantConfigList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Values_0.Percentage.t
| `String of ModelVariantName.t ])
list ]
list
| `String of ModelVariantName.t ])
list ]