Contents

MLTask

An abstract base class for machine learning tasks.

Declaration

class MLTask

Overview

You don’t create use this class directly. Instead, use a class that inherits from this one, such as MLUpdateTask.

Topics

Identifying a task

Starting and stopping a task

Checking the state of a task

See Also

On-device model updates