type
The underlying type of the sequence’s elements.
Declaration
var type: MLFeatureType { get }Discussion
The sequence’s underlying element type can only be either MLFeatureType.string or MLFeatureType.int64. Use this value to determine whether to access stringValues or int64Values at runtime.