AsyncInferenceNotificationConfig

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon SNS topics where you want the inference response to be included.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String