morpheus.messages.message_meta.MessageMeta

class MessageMeta(*args, **kwargs)[source]

Bases: morpheus.messages.message_base.MessageBase

This is a container class to hold batch deserialized messages metadata.

Parameters
dfpandas.DataFrame

Input rows in dataframe.

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.