EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs

data class EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs(val errorTopic: Output<String>? = null, val successTopic: Output<String>? = null) : ConvertibleToJava<EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfigArgs

Properties

Link copied to clipboard
val errorTopic: Output<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: Output<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.