Contents

parameters

An error code for problems related to model parameters.

Declaration

static var parameters: MLModelError.Code { get }

Discussion

Core ML typically throws this error when an app queries the model for a parameter it doesn’t support.

See Also

Error Codes