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 |
includeInferenceResponseIn(AsyncNotificationTopicTypes... includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
includeInferenceResponseIn(Collection<AsyncNotificationTopicTypes> includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
includeInferenceResponseInWithStrings(Collection<String> includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
includeInferenceResponseInWithStrings(String... includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
|
AsyncInferenceNotificationConfig.Builder |
successTopic(String successTopic)
Amazon SNS topic to post a notification to when inference completes successfully.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAsyncInferenceNotificationConfig.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.AsyncInferenceNotificationConfig.Builder includeInferenceResponseInWithStrings(Collection<String> includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
The inference response is included only if the response size is less than or equal to 128 KB.
includeInferenceResponseIn - The Amazon SNS topics where you want the inference response to be included. The inference response is included only if the response size is less than or equal to 128 KB.
AsyncInferenceNotificationConfig.Builder includeInferenceResponseInWithStrings(String... includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
The inference response is included only if the response size is less than or equal to 128 KB.
includeInferenceResponseIn - The Amazon SNS topics where you want the inference response to be included. The inference response is included only if the response size is less than or equal to 128 KB.
AsyncInferenceNotificationConfig.Builder includeInferenceResponseIn(Collection<AsyncNotificationTopicTypes> includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
The inference response is included only if the response size is less than or equal to 128 KB.
includeInferenceResponseIn - The Amazon SNS topics where you want the inference response to be included. The inference response is included only if the response size is less than or equal to 128 KB.
AsyncInferenceNotificationConfig.Builder includeInferenceResponseIn(AsyncNotificationTopicTypes... includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
The inference response is included only if the response size is less than or equal to 128 KB.
includeInferenceResponseIn - The Amazon SNS topics where you want the inference response to be included. The inference response is included only if the response size is less than or equal to 128 KB.
Copyright © 2023. All rights reserved.