Struct ProgressInfo::RunningBatch

Nested Relationships

This struct is a nested type of Class ProgressInfo.

Struct Documentation

struct RunningBatch

RunningBatch used for sequence, sequence segments and sample groups.

Public Functions

inline RunningBatch(const size_t nb_items)

Public Members

std::vector<std::string> running_items_
size_t current_step_ = 0
size_t max_steps_
std::chrono::steady_clock::time_point last_item_end_time_point_