This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::EndpointConfig AsyncInferenceNotificationConfig
Specifies the configuration for notifications of inference results for asynchronous inference.
Syntax
To declare this entity in your AWS 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 
- IncludeInferenceResponseIn
- 
                    The Amazon SNS topics where you want the inference response to be included. NoteThe inference response is included only if the response size is less than or equal to 128 KB. Required: No Type: Array of String Minimum: 0Maximum: 2Update 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