EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig

data class EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig(val errorTopic: String? = null, val includeInferenceResponseIns: List<String>? = null, val successTopic: String? = null)

Constructors

constructor(errorTopic: String? = null, includeInferenceResponseIns: List<String>? = null, successTopic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorTopic: String? = null

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
val successTopic: String? = null

Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.