MLCustomModel_Extensions.GetPredictions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of predictions for inputBatch, applying options to each input.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreML.IMLBatchProvider? GetPredictions(this CoreML.IMLCustomModel This, CoreML.IMLBatchProvider inputBatch, CoreML.MLPredictionOptions options, out Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPredictions : CoreML.IMLCustomModel * CoreML.IMLBatchProvider * CoreML.MLPredictionOptions * NSError -> CoreML.IMLBatchProvider
Parameters
- This
- IMLCustomModel
- inputBatch
- IMLBatchProvider
- options
- MLPredictionOptions
- error
- NSError
Returns
- Attributes