Share via


MLModel.GetParameterValue(MLParameterKey, NSError) Method

Definition

[Foundation.Export("parameterValueForKey:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? GetParameterValue(CoreML.MLParameterKey key, out Foundation.NSError? error);
[<Foundation.Export("parameterValueForKey:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetParameterValue : CoreML.MLParameterKey * NSError -> Foundation.NSObject
override this.GetParameterValue : CoreML.MLParameterKey * NSError -> Foundation.NSObject

Parameters

error
NSError

Returns

Attributes

Applies to