Method CreateFromFile
CreateFromFile(string)
Creates a ModelCard instance by loading metadata from the specified file path.
public static ModelCard CreateFromFile(string path)Parameters
- pathstring
- The absolute path to the model file. 
Creates a ModelCard instance by loading metadata from the specified file path.
public static ModelCard CreateFromFile(string path)path stringThe absolute path to the model file.