MLModel
MLModel()
MLModel(IntPtr)
MLModel(NativeHandle)
MLModel(NSObjectFlag)
AllComputeDevices
AvailableComputeDevices
ClassHandle
Configuration
ModelDescription
CompileModel(NSUrl, NSError)
CompileModel(NSUrl, Action<NSUrl, NSError>)
CompileModelAsync(NSUrl)
Create(NSUrl, NSError)
Create(NSUrl, MLModelConfiguration, NSError)
GetParameterValue(MLParameterKey, NSError)
GetPrediction(IMLFeatureProvider, NSError)
GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError)
GetPrediction(IMLFeatureProvider, Action<IMLFeatureProvider, NSError>)
GetPrediction(IMLFeatureProvider, MLPredictionOptions, Action<IMLFeatureProvider, NSError>)
GetPredictionAsync(IMLFeatureProvider)
GetPredictionAsync(IMLFeatureProvider, MLPredictionOptions)
GetPredictions(IMLBatchProvider, NSError)
GetPredictions(IMLBatchProvider, MLPredictionOptions, NSError)
Load(MLModelAsset, MLModelConfiguration, Action<MLModel, NSError>)
LoadAsync(MLModelAsset, MLModelConfiguration)
LoadContents(NSUrl, MLModelConfiguration, Action<MLModel, NSError>)
LoadContentsAsync(NSUrl, MLModelConfiguration)
xamarinios
namespace CoreML
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Register("MLModel", true)]
public class MLModel : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected MLModel(NSObjectFlag! t);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API