次の方法で共有


MLModel.Create メソッド

定義

オーバーロード

Create(NSUrl, NSError)

指定した urlに格納されているデータを使用して CoreML モデルを作成して返し、 で errorエラーを報告します。

Create(NSUrl, MLModelConfiguration, NSError)

Create(NSUrl, NSError)

指定した urlに格納されているデータを使用して CoreML モデルを作成して返し、 で errorエラーを報告します。

[Foundation.Export("modelWithContentsOfURL:error:")]
public static CoreML.MLModel Create (Foundation.NSUrl url, out Foundation.NSError error);
static member Create : Foundation.NSUrl *  -> CoreML.MLModel

パラメーター

url
NSUrl

モデル リソースの URL。

error
NSError

失敗した場合は、発生したエラー。

戻り値

新しいモデル。エラー null が発生した場合は 。

属性

適用対象

Create(NSUrl, MLModelConfiguration, NSError)

[Foundation.Export("modelWithContentsOfURL:configuration:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreML.MLModel Create (Foundation.NSUrl url, CoreML.MLModelConfiguration configuration, out Foundation.NSError error);
static member Create : Foundation.NSUrl * CoreML.MLModelConfiguration *  -> CoreML.MLModel

パラメーター

url
NSUrl
configuration
MLModelConfiguration
error
NSError

戻り値

属性

適用対象