AWS::SageMaker::EndpointConfig AsyncInferenceNotificationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String IncludeInferenceResponseIn: - String SuccessTopic: 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.

Note

The inference response is included only if the response size is less than or equal to 128 KB.

Required: No

Type: Array of String

Minimum: 0

Maximum: 2

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