Share via


MLModelConfiguration.Parameters Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary<CoreML.MLParameterKey,Foundation.NSObject>? Parameters { [Foundation.Export("parameters", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setParameters:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("parameters", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setParameters:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.Parameters : Foundation.NSDictionary<CoreML.MLParameterKey, Foundation.NSObject> with get, set

Property Value

Attributes

Applies to