Contents

MLModelError.Code.parameters

An error code for problems related to model parameters.

Declaration

case parameters

Discussion

Core ML typically throws (Swift) or returns (Objective-C) this error when an app queries the model for a parameter it doesn’t support.

See Also

Error codes