---
title: dataValue
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatavalueconvertible/datavalue
---

# dataValue

The value of the conforming type’s instance wrapped in a data value.

## Declaration

```swift
var dataValue: MLDataValue { get }
```

## See Also

### Converting from a type’s instance to a data value

- [dataValueType](createml/mldatavalueconvertible/datavaluetype.md)
