| MLArrayBatchProvider |
A concrete convenience class conforming to MLBatchProvider.
|
| MLDictionaryConstraint |
MLDictionaryConstraint
Constraint describing expected NSDictionary properties
|
| MLDictionaryFeatureProvider |
A concrete convenience class conforming to MLFeatureProvider.
|
| MLFeatureDescription |
Description of a feature
|
| MLFeatureValue |
An immutable variant holding a data value of a supported MLFeatureType
MLFeatureValue does not support type conversion in its accessor properties.
|
| MLImageConstraint |
MLImageConstraint
Constraint on image properties.
|
| MLImageSize |
|
| MLImageSizeConstraint |
|
| MLKey |
A class representing key used to store any value against
|
| MLMetricKey |
A class to specify list of supported model update metrics.
|
| MLModel |
MLModel
Construct a model and evaluate on a specific set of input features.
|
| MLModelCollection |
MLModelCollection
A collection of models managed as part of Core ML Model Deployment.
|
| MLModelCollectionEntry |
MLModelCollectionEntry
Information about a model in a model collection.
|
| MLModelConfiguration |
An object to hold options for loading a model.
|
| MLModelDescription |
A description of a model containing input and output feature descriptions, optionally outputted features
with special meaning and metadata.
|
| MLMultiArray |
Multidimensional Array
|
| MLMultiArrayConstraint |
Constraint describing expected MLMultiArray properties
|
| MLMultiArrayShapeConstraint |
|
| MLNumericConstraint |
Allows enforcement of constraints on the values of update parameters.
|
| MLParameterDescription |
Describes a model parameter along with a default value and any applicable constaint on the values.
|
| MLParameterKey |
A class to specify list of supported model update parameters.
|
| MLPredictionOptions |
MLPredictionOptions
An object to hold options / controls / parameters of how
model prediction is performed
|
| MLSequence |
An immutable container holding an ordered collection of feature values
of the same type.
|
| MLSequenceConstraint |
Constraint describing expected MLSequence properties
|
| MLTask |
Class that abstracts state transitions and basic task controls.
|
| MLUpdateContext |
Provides context for the update process when the progress or completion handlers are invoked.
|
| MLUpdateProgressHandlers |
Allows applications to register for progress and completion handlers.
|
| MLUpdateTask |
Main class for setting up and controlling a model update.
|