---
title: type
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatavalue/type
---

# type

The kind of the underlying value that the data value wraps.

## Declaration

```swift
var type: MLDataValue.ValueType { get }
```

## See Also

### Inspecting the type

- [MLDataValue.ValueType](createml/mldatavalue/valuetype.md)
