MLModel.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(NSUrl, NSError) |
建立並傳回 CoreML 模型,其中包含儲存在指定 |
Create(NSUrl, MLModelConfiguration, NSError) |
Create(NSUrl, NSError)
建立並傳回 CoreML 模型,其中包含儲存在指定 url
之 的資料,報告 中 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
傳回
- 屬性