MLCustomModel_Extensions.GetPredictions Method

Definition

Returns the IMLBatchProvider that describes the outputs of the model given and .

public static CoreML.IMLBatchProvider GetPredictions (this CoreML.IMLCustomModel This, CoreML.IMLBatchProvider inputBatch, CoreML.MLPredictionOptions options, out Foundation.NSError error);
static member GetPredictions : CoreML.IMLCustomModel * CoreML.IMLBatchProvider * CoreML.MLPredictionOptions *  -> CoreML.IMLBatchProvider

Parameters

inputBatch
IMLBatchProvider
error
NSError

Returns

Applies to