Values_0.AsyncInferenceClientConfigSourceConfigures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
type nonrec t = {maxConcurrentInvocationsPerInstance : MaxConcurrentInvocationsPerInstance.t
option;The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, SageMaker chooses an optimal value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxConcurrentInvocationsPerInstance.t ]) list ]