DetectorModelSqs

data class DetectorModelSqs(val payload: DetectorModelPayload? = null, val queueUrl: String, val useBase64: Boolean? = null)

Constructors

Link copied to clipboard
fun DetectorModelSqs(payload: DetectorModelPayload? = null, queueUrl: String, useBase64: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The URL of the SQS queue where the data is written.

Link copied to clipboard
val useBase64: Boolean? = null

Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.