Share via


IMLCustomModel 인터페이스

정의

사용자 지정 CoreML 모델을 정의하는 인터페이스입니다.

[Foundation.Protocol(Name="MLCustomModel", WrapperType=typeof(CoreML.MLCustomModelWrapper))]
[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 interface IMLCustomModel : IDisposable, ObjCRuntime.INativeObject
type IMLCustomModel = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

메서드

GetPrediction(IMLFeatureProvider, MLPredictionOptions, NSError)

지정된 에 대한 모델의 예측을 반환합니다.

확장 메서드

GetPredictions(IMLCustomModel, IMLBatchProvider, MLPredictionOptions, NSError)

IMLBatchProvider 및 가 지정된 모델의 출력을 설명하는 를 반환합니다.

적용 대상