MLModel.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Create(NSUrl, NSError) |
에서 오류를 |
Create(NSUrl, MLModelConfiguration, NSError) |
Create(NSUrl, NSError)
에서 오류를 error
보고하는 지정된 url
에 저장된 데이터를 사용하여 CoreML 모델을 만들고 반환합니다.
[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
반환
- 특성