static AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.builder() |
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.Builder.errorTopic(String errorTopic) |
Amazon SNS topic to post a notification to when inference fails.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.Builder.includeInferenceResponseIn(Collection<AsyncNotificationTopicTypes> includeInferenceResponseIn) |
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.Builder.includeInferenceResponseIn(AsyncNotificationTopicTypes... includeInferenceResponseIn) |
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.Builder.includeInferenceResponseInWithStrings(String... includeInferenceResponseIn) |
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.Builder.includeInferenceResponseInWithStrings(Collection<String> includeInferenceResponseIn) |
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.Builder.successTopic(String successTopic) |
Amazon SNS topic to post a notification to when inference completes successfully.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.toBuilder() |
|