Structure Input

Tensor.InputBase
   ┗ SLAM.Probe.Submit.Input

namespace: SLAM.Probe.Submit
sid: 4146 (Interaction ID)
packed: false

Description

 

Summary

Inherited fields defined in Tensor.InputBase

devid, etid, directive

Fields defined in SLAM.Probe.Submit.Input

captureDate, encoding, sourceInfo, probes

Field Detail

captureDate (required) : datetime

General date and time probe data was captured.

encoding (optional) : EncodingFormat

Probe data and source information encoding format. Probe records may be passed to the service in an encoding format different than that outer wire format. This can protect sensitive data. By default wire protocol native format is assumed.

sourceInfo (optional) : ProbeSourceInfo

Optional source information. If not provided, probe data will ultimately have a low veracity score. If at all possible probe data should have source information. The system correlates source data with other known sources to calculate veracity.

probes [zero or more] : ProbeRecord

Zero or more probe records encoded in the specified format.

See Also