Contents

MLSendableFeatureValue

A sendable feature value.

Declaration

struct MLSendableFeatureValue

Overview

This version of feature value is similar to MLFeatureValue but it can be passed across concurrency domains. Once in the target concurrency domain, you can then convert it to a MLFeatureValue.

Topics

Creating a sendable feature value

Accessing the values

Getting the shaped array value

See Also

Model inputs and outputs