| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceNotificationConfig |
AsyncInferenceNotificationConfig.clone() |
AsyncInferenceNotificationConfig |
AsyncInferenceOutputConfig.getNotificationConfig()
Specifies the configuration for notifications of inference results for asynchronous inference.
|
AsyncInferenceNotificationConfig |
AsyncInferenceNotificationConfig.withErrorTopic(String errorTopic)
Amazon SNS topic to post a notification to when inference fails.
|
AsyncInferenceNotificationConfig |
AsyncInferenceNotificationConfig.withSuccessTopic(String successTopic)
Amazon SNS topic to post a notification to when inference completes successfully.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncInferenceOutputConfig.setNotificationConfig(AsyncInferenceNotificationConfig notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
AsyncInferenceOutputConfig |
AsyncInferenceOutputConfig.withNotificationConfig(AsyncInferenceNotificationConfig notificationConfig)
Specifies the configuration for notifications of inference results for asynchronous inference.
|
Copyright © 2022. All rights reserved.