class Aws::SageMaker::Types::AsyncInferenceNotificationConfig
Specifies the configuration for notifications of inference results for asynchronous inference.
@note When making an API call, you may pass AsyncInferenceNotificationConfig
data as a hash: { success_topic: "SnsTopicArn", error_topic: "SnsTopicArn", }
@!attribute [rw] success_topic
Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success. @return [String]
@!attribute [rw] error_topic
Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AsyncInferenceNotificationConfig AWS API Documentation
Constants
- SENSITIVE