MLModelMetadata Constructors
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.
Overloads
| Name | Description |
|---|---|
| MLModelMetadata() |
Creates a new MLModelMetadata with default (empty) values. |
| MLModelMetadata(NSDictionary) |
Creates a new MLModelMetadata from the values that are specified in |
MLModelMetadata()
Creates a new MLModelMetadata with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public MLModelMetadata();
public MLModelMetadata();
- Attributes
Applies to
MLModelMetadata(NSDictionary)
Creates a new MLModelMetadata from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public MLModelMetadata(Foundation.NSDictionary? dictionary);
public MLModelMetadata(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreML.MLModelMetadata : Foundation.NSDictionary -> CoreML.MLModelMetadata
new CoreML.MLModelMetadata : Foundation.NSDictionary -> CoreML.MLModelMetadata
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes