MLModel.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Create(NSUrl, NSError) |
指定した |
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
戻り値
- 属性