- class AppShieldMessageMeta(*args, **kwargs)[source]
Bases:
morpheus.messages.message_meta.MessageMeta
This class extends MessageMeta to also hold source corresponding to batched metadata.
- Parameters
- dfpd.DataFrame
Input rows in dataframe.
- sourcestr
Determines which source generated the snapshot messages.
- Attributes
count
Returns the number of messages in the batch.
- property count: int
Returns the number of messages in the batch.
- Returns
- int
number of messages in the MessageMeta.df.