Values_0.AsyncInferenceNotificationConfigSourceSpecifies the configuration for notifications of inference results for asynchronous inference.
type nonrec t = {successTopic : SnsTopicArn.t option;Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
*)errorTopic : SnsTopicArn.t option;Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.
*)includeInferenceResponseIn : AsyncNotificationTopicTypeList.t option;The Amazon SNS topics where you want the inference response to be included. The inference response is included only if the response size is less than or equal to 128 KB.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of SnsTopicArn.t ])
list ]