public static interface AsyncInferenceNotificationConfig.Builder extends SdkPojo, CopyableBuilder<AsyncInferenceNotificationConfig.Builder,AsyncInferenceNotificationConfig>
Modifier and Type | Method and Description |
---|---|
AsyncInferenceNotificationConfig.Builder |
errorTopic(String errorTopic)
Amazon SNS topic to post a notification to when inference fails.
|
AsyncInferenceNotificationConfig.Builder |
successTopic(String successTopic)
Amazon SNS topic to post a notification to when inference completes successfully.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AsyncInferenceNotificationConfig.Builder successTopic(String successTopic)
Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
successTopic
- Amazon SNS topic to post a notification to when inference completes successfully. If no topic is
provided, no notification is sent on success.AsyncInferenceNotificationConfig.Builder errorTopic(String errorTopic)
Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.
errorTopic
- Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no
notification is sent on failure.Copyright © 2022. All rights reserved.