CoreML iOS 13.6 to 14.0 API Differences
MLDictionaryFeatureProvider.h
Modified
MLDictionaryFeatureProvider
Protocols
From
MLFeatureProvider, NSFastEnumeration
To
MLFeatureProvider, NSFastEnumeration, NSSecureCoding
MLFeatureValue.h
Modified
MLFeatureValue
Protocols
From
NSCopying
To
NSCopying, NSSecureCoding
MLModel.h
Added
+[MLModel loadContentsOfURL:configuration:completionHandler:]
MLModelCollection.h
Added
MLModelCollection
Added
MLModelCollection.identifier
Added
MLModelCollection.entries
Added
MLModelCollection.deploymentID
Added
+[MLModelCollection beginAccessingModelCollectionWithIdentifier:completionHandler:]
Added
+[MLModelCollection endAccessingModelCollectionWithIdentifier:completionHandler:]
Added
MLModelCollectionDidChangeNotification
MLModelCollectionEntry.h
Added
MLModelCollectionEntry
Added
MLModelCollectionEntry.modelIdentifier
Added
MLModelCollectionEntry.modelURL
Added
-[MLModelCollectionEntry isEqualToModelCollectionEntry:]
MLModelDescription.h
Added
MLModelDescription.classLabels
MLModelError.h
Added
MLModelErrorModelDecryptionKeyFetch
Added
MLModelErrorModelDecryption
Added
MLModelErrorModelCollection
MLMultiArray.h
Added
MLMultiArrayDataTypeFloat64
Added
MLMultiArrayDataTypeFloat
Added
+[MLMultiArray multiArrayByConcatenatingMultiArrays:alongAxis:dataType:]
Modified
MLMultiArray
Protocols
From
none
To
NSSecureCoding
MLSequence.h
Modified
MLSequence
Protocols
From
none
To
NSSecureCoding
MLUpdateTask.h
Added
+[MLUpdateTask updateTaskForModelAtURL:trainingData:completionHandler:error:]
Added
+[MLUpdateTask updateTaskForModelAtURL:trainingData:progressHandlers:error:]