EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig class
Constructors
-
EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig({Input<
String?> ? errorTopic, Input<List< ? includeInferenceResponseIns, Input<String> ?>String?> ? successTopic}) -
Creates a new EndpointConfigurationAsyncInferenceConfigOutputConfigNotificationConfig.
errorTopicSNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.includeInferenceResponseInsSNS topics where you want the inference response to be included. Valid values areSUCCESS_NOTIFICATION_TOPICandERROR_NOTIFICATION_TOPIC.successTopicSNS 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_TOPICandERROR_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