MLCustomModel.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 , applying to each input.
[Foundation.Export("predictionsFromBatch:options:error:")]
public virtual CoreML.IMLBatchProvider GetPredictions (CoreML.IMLBatchProvider inputBatch, CoreML.MLPredictionOptions options, out Foundation.NSError error);
abstract member GetPredictions : CoreML.IMLBatchProvider * CoreML.MLPredictionOptions * -> CoreML.IMLBatchProvider
override this.GetPredictions : CoreML.IMLBatchProvider * CoreML.MLPredictionOptions * -> CoreML.IMLBatchProvider
Parameters
- inputBatch
- IMLBatchProvider
- options
- MLPredictionOptions
- error
- NSError
Returns
- Attributes