Values_1.ModelLatencyThresholdSourceThe model latency threshold.
type nonrec t = {percentile : Values_0.String64.t option;The model latency percentile threshold. Acceptable values are P95 and P99. For custom load tests, specify the value as P95.
*)valueInMilliseconds : Values_0.Integer.t option;The model latency percentile value in milliseconds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t | `String of Values_0.String64.t ])
list ]