편집

다음을 통해 공유


MLModelConfiguration Constructors

Definition

Overloads

MLModelConfiguration()
MLModelConfiguration(NSObjectFlag)
MLModelConfiguration(IntPtr)

MLModelConfiguration()

[Foundation.Export("init")]
public MLModelConfiguration();
Attributes

Applies to

MLModelConfiguration(NSObjectFlag)

protected MLModelConfiguration(Foundation.NSObjectFlag t);
new CoreML.MLModelConfiguration : Foundation.NSObjectFlag -> CoreML.MLModelConfiguration

Parameters

Applies to

MLModelConfiguration(IntPtr)

protected internal MLModelConfiguration(IntPtr handle);
new CoreML.MLModelConfiguration : nativeint -> CoreML.MLModelConfiguration

Parameters

handle
IntPtr

nativeint

Applies to