Share via


MLModelError Enum

Definition

Enumerates errors that may occur in the use of Core ML.

[ObjCRuntime.Native]
public enum MLModelError
[<ObjCRuntime.Native>]
type MLModelError = 
Inheritance
MLModelError
Attributes

Fields

Name Value Description
Generic 0

A non-specific generic error.

FeatureType 1

Indicates an error relating to some incompatibility of an MLFeatureType.

IO 3

Indicates an I/O error.

CustomLayer 4

Indicates an error relating to a custom layer.

CustomModel 5
Update 6
Parameters 7
ModelDecryptionKeyFetch 8
ModelDecryption 9
ModelCollection 10
PredictionCancelled 11

Applies to