AsyncInferenceNotificationConfig
Specifies the configuration for notifications of inference results for asynchronous inference.
Types
Properties
Link copied to clipboard
Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.
Link copied to clipboard
The Amazon SNS topics where you want the inference response to be included.
Link copied to clipboard
Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
Functions
Link copied to clipboard
inline fun copy(block: AsyncInferenceNotificationConfig.Builder.() -> Unit = {}): AsyncInferenceNotificationConfig