<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateML",
  "identifier" : "/documentation/CreateML/MLDataValue/MultiArrayType/dataValueType",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Create ML",
      "CreateML"
    ],
    "preciseIdentifier" : "s:8CreateML11MLDataValueO14MultiArrayTypeV04datadG0AC0dG0OvpZ"
  },
  "title" : "dataValueType"
}
-->

# dataValueType

The underlying type a machine learning multidimensional array uses when
it wraps itself in a data value.

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

## Discussion

A machine learning multidimensional array is an
[`MLDataValue.ValueType.multiArray`](/documentation/CreateML/MLDataValue/ValueType/multiArray).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)