Share via


MLModel.ModelDescription Property

Definition

A developer-meaningful description of this MLModel.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreML.MLModelDescription ModelDescription { [Foundation.Export("modelDescription")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("modelDescription")>]
member this.ModelDescription : CoreML.MLModelDescription

Property Value

Attributes

Remarks

A properly-specified MLModelDescription contains all the detail necessary for a user of the model to properly create inputs and interpret outputs. For instance, image resolution, column- vs. row-major matrix forms, etc.

Applies to