Instance Property

dataValue

The dictionary wrapped in a data value.

Declaration

var dataValue: MLDataValue { get }
Available when Key conforms to MLDataValueConvertible and Value conforms to MLDataValueConvertible.

Relationships

See Also

Converting Between Dictionaries and Create ML Types

init?(from: MLDataValue)

Creates an array from a dictionary wrapped in a data value.

static var dataValueType: MLDataValue.ValueType

The underlying type a dictionary uses when it wraps itself in a data value.