| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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(AsyncNotificationTopicTypes... includeInferenceResponseIn)
The Amazon SNS topics where you want the inference response to be included.
|
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.includeInferenceResponseInWithStrings(Collection<String> 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.successTopic(String successTopic)
Amazon SNS topic to post a notification to when inference completes successfully.
|
AsyncInferenceNotificationConfig.Builder |
AsyncInferenceNotificationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AsyncInferenceNotificationConfig.Builder> |
AsyncInferenceNotificationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AsyncInferenceOutputConfig.Builder |
AsyncInferenceOutputConfig.Builder.notificationConfig(Consumer<AsyncInferenceNotificationConfig.Builder> notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
Copyright © 2023. All rights reserved.