AsyncInferenceNotificationConfig - Amazon SageMaker

AsyncInferenceNotificationConfig

Specifies the configuration for notifications of inference results for asynchronous inference.

Contents

ErrorTopic

Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: arn:aws[a-z\-]*:sns:[a-z0-9\-]*:[0-9]{12}:[a-zA-Z0-9_.-]+

Required: No

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.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 2 items.

Valid Values: SUCCESS_NOTIFICATION_TOPIC | ERROR_NOTIFICATION_TOPIC

Required: No

SuccessTopic

Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: arn:aws[a-z\-]*:sns:[a-z0-9\-]*:[0-9]{12}:[a-zA-Z0-9_.-]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: