Values_0.AsyncInferenceConfigSourceSpecifies configuration for how an endpoint performs asynchronous inference.
type nonrec t = {clientConfig : AsyncInferenceClientConfig.t option;Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
*)outputConfig : AsyncInferenceOutputConfig.t;Specifies the configuration for asynchronous inference invocation outputs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of MaxConcurrentInvocationsPerInstance.t
| `String of KmsKeyId.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of SnsTopicArn.t ])
list ])
list ])
list ]