Endpoint Configuration Async Inference Config Output Config Notification Config
data class EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig(val errorTopic: String? = null, val includeInferenceResponseIns: List<String>? = null, val successTopic: String? = null)
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. Valid values are SUCCESS_NOTIFICATION_TOPIC
and ERROR_NOTIFICATION_TOPIC
.
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.