featureType
An error code for problems related to model features.
Declaration
static var featureType: MLModelError.Code { get }Discussion
Core ML typically throws this error when an app sends an input feature a value that’s of an incorrect type.
An error code for problems related to model features.
static var featureType: MLModelError.Code { get }Core ML typically throws this error when an app sends an input feature a value that’s of an incorrect type.