morpheus.messages.message_meta.AppShieldMessageMeta

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.

© Copyright 2023, NVIDIA. Last updated on Feb 3, 2023.