EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig class

Constructors

EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig({Input<String?>? errorTopic, Input<List<String>?>? includeInferenceResponseIns, Input<String?>? successTopic})
Creates a new EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig. errorTopic SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure. includeInferenceResponseIns SNS topics where you want the inference response to be included. Valid values are SUCCESS_NOTIFICATION_TOPIC and ERROR_NOTIFICATION_TOPIC. successTopic SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
const
EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig.fromMap(Map<String, dynamic> map)
factory

Properties

errorTopic → Input<String?>?
SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.
final
hashCode int
The hash code for this object.
no setterinherited
includeInferenceResponseIns → Input<List<String>?>?
SNS topics where you want the inference response to be included. Valid values are SUCCESS_NOTIFICATION_TOPIC and ERROR_NOTIFICATION_TOPIC.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successTopic → Input<String?>?
SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited