MLModelDescription Class
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 the MLModel.
[Foundation.Register("MLModelDescription", true)]
public class MLModelDescription : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("MLModelDescription", true)>]
type MLModelDescription = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Remarks
The primary intention of this class is to provide the developer consuming the model information on the input, output, and metadata expectations of the MLModel.
Constructors
| Name | Description |
|---|---|
| MLModelDescription() |
Creates a new MLModelDescription with default values. |
| MLModelDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MLModelDescription(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| MLModelDescription(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ClassLabels | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| InputDescriptionsByName |
An NSDictionary of input feature names and their descriptions. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| IsUpdatable | |
| Metadata |
Gets the MLModelMetadata containing additional information about the MLModel. |
| OutputDescriptionsByName |
An NSDictionary of output feature names and their descriptions. |
| ParameterDescriptionsByKey | |
| PredictedFeatureName |
Gets the name of the predicted feature. |
| PredictedProbabilitiesName |
Gets the name of the probabilities of the PredictedFeatureName feature. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| StateDescriptionsByName | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TrainingInputDescriptionsByName | |
| Zone | (Inherited from NSObject) |