---
title: dataValueType
framework: createml
role: symbol
role_heading: Type Property
path: createml/mldatavalueconvertible/datavaluetype
---

# dataValueType

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

## Declaration

```swift
static var dataValueType: MLDataValue.ValueType { get }
```

## Discussion

Discussion See MLDataValue.ValueType for a list of available options.

## See Also

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

- [dataValue](createml/mldatavalueconvertible/datavalue.md)
