EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig

data class EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig(val errorTopic: String? = null, val successTopic: String? = null)

Constructors

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
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.