NVIDIA Morpheus (25.02.01)

morpheus_dfp.stages.dfp_file_batcher_stage.TimestampFileObj

class TimestampFileObj(timestamp, file_object)[source]

Bases: tuple

Attributes
file_object

Alias for field number 1

timestamp

Alias for field number 0

Methods

count(value, /) Return number of occurrences of value.
index(value[, start, stop]) Return first index of value.

count(value, /)

Return number of occurrences of value.

file_object

Alias for field number 1

index(value, start=0, stop=sys.maxsize, /)

Return first index of value.

Raises ValueError if the value is not present.

timestamp

Alias for field number 0

Previous morpheus_dfp.stages.dfp_file_batcher_stage.DFPFileBatcherStage
Next morpheus_dfp.stages.dfp_file_to_df
© Copyright 2024, NVIDIA. Last updated on Mar 3, 2025.