Values_1.ShadowModelVariantConfigSourceThe name and sampling percentage of a shadow variant.
type nonrec t = {shadowModelVariantName : ModelVariantName.t;The name of the shadow variant.
*)samplingPercentage : Values_0.Percentage.t;The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
*)}val make :
shadowModelVariantName:ModelVariantName.t ->
samplingPercentage:Values_0.Percentage.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Percentage.t
| `String of ModelVariantName.t ])
list ]