Class ModelMetadata
A class that queries and caches model metadata and exposes it as properties
Inherited Members
Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public class ModelMetadata
Properties
| Improve this Doc View SourceCustomMetadataMap
Custom metadata key/value pairs
Declaration
public Dictionary<string, string> CustomMetadataMap { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | An instance of a Dictionary{string,string} |
Description
Unstructured model description
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string | description string |
Domain
Domain for this model
Declaration
public string Domain { get; }
Property Value
| Type | Description |
|---|---|
| string | domain name string |
GraphDescription
Unstructured graph description
Declaration
public string GraphDescription { get; }
Property Value
| Type | Description |
|---|---|
| string | description string |
GraphName
Graph name for this model
Declaration
public string GraphName { get; }
Property Value
| Type | Description |
|---|---|
| string | graph name string |
ProducerName
Producer name string
Declaration
public string ProducerName { get; }
Property Value
| Type | Description |
|---|---|
| string | producer name string |
Version
Version number
Declaration
public long Version { get; }
Property Value
| Type | Description |
|---|---|
| long | long version integer |