AWS::SageMaker::EndpointConfig AsyncInferenceNotificationConfig
Specifies the configuration for notifications of inference results for asynchronous inference.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ErrorTopic" :String, "IncludeInferenceResponseIn" :[ String, ... ], "SuccessTopic" :String}
YAML
ErrorTopic:StringIncludeInferenceResponseIn:- StringSuccessTopic:String
Properties
ErrorTopic-
Amazon SNS topic to post a notification to when an inference fails. If no topic is provided, no notification is sent on failure.
Required: No
Type: String
Update requires: Replacement
IncludeInferenceResponseInProperty description not available.
Required: No
Type: List of String
Update requires: Replacement
SuccessTopic-
Amazon SNS topic to post a notification to when an inference completes successfully. If no topic is provided, no notification is sent on success.
Required: No
Type: String
Update requires: Replacement