Contents

MLBatchProvider

An interface that represents a collection of feature providers.

Declaration

protocol MLBatchProvider

Overview

Similar to the MLFeatureProvider, this interface allows you to define your own batch provider. If you collect your data asynchronously or it is memory intensive, implement this protocol on your data structure to optimize performance with batch processing.

Topics

Accessing values

See Also

Model inputs and outputs