MLModel.ModelDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A developer-meaningful description of this MLModel.
public virtual CoreML.MLModelDescription ModelDescription { [Foundation.Export("modelDescription")] get; }
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.