/AWS1/CL_SGMASYNCINFERENCENT00¶
Specifies the configuration for notifications of inference results for asynchronous inference.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_successtopic
TYPE /AWS1/SGMSNSTOPICARN
/AWS1/SGMSNSTOPICARN
¶
Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
iv_errortopic
TYPE /AWS1/SGMSNSTOPICARN
/AWS1/SGMSNSTOPICARN
¶
Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.
it_includeinferencerspin
TYPE /AWS1/CL_SGMASYNCNTFTPCTYPEL00=>TT_ASYNCNOTIFTOPICTYPELIST
TT_ASYNCNOTIFTOPICTYPELIST
¶
The Amazon SNS topics where you want the inference response to be included.
The inference response is included only if the response size is less than or equal to 128 KB.
Queryable Attributes¶
SuccessTopic¶
Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUCCESSTOPIC() |
Getter for SUCCESSTOPIC, with configurable default |
ASK_SUCCESSTOPIC() |
Getter for SUCCESSTOPIC w/ exceptions if field has no value |
HAS_SUCCESSTOPIC() |
Determine if SUCCESSTOPIC has a value |
ErrorTopic¶
Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORTOPIC() |
Getter for ERRORTOPIC, with configurable default |
ASK_ERRORTOPIC() |
Getter for ERRORTOPIC w/ exceptions if field has no value |
HAS_ERRORTOPIC() |
Determine if ERRORTOPIC has a value |
IncludeInferenceResponseIn¶
The Amazon SNS topics where you want the inference response to be included.
The inference response is included only if the response size is less than or equal to 128 KB.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INCLUDEINFERENCERSPIN() |
Getter for INCLUDEINFERENCERESPONSEIN, with configurable def |
ASK_INCLUDEINFERENCERSPIN() |
Getter for INCLUDEINFERENCERESPONSEIN w/ exceptions if field |
HAS_INCLUDEINFERENCERSPIN() |
Determine if INCLUDEINFERENCERESPONSEIN has a value |