Uses of Class
software.amazon.awssdk.services.sagemaker.model.AsyncInferenceNotificationConfig
-
Packages that use AsyncInferenceNotificationConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AsyncInferenceNotificationConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AsyncInferenceNotificationConfig Modifier and Type Method Description AsyncInferenceNotificationConfigAsyncInferenceOutputConfig. notificationConfig()Specifies the configuration for notifications of inference results for asynchronous inference.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AsyncInferenceNotificationConfig Modifier and Type Method Description AsyncInferenceOutputConfig.BuilderAsyncInferenceOutputConfig.Builder. notificationConfig(AsyncInferenceNotificationConfig notificationConfig)Specifies the configuration for notifications of inference results for asynchronous inference.
-