Bpe.Save(String, String) Method
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.
Save the model data into the vocabulary and merges files.
public override string[] Save (string path, string? prefix = default);
override this.Save : string * string -> string[]
Public Overrides Function Save (path As String, Optional prefix As String = Nothing) As String()
Parameters
- path
- String
The file system path to store the generated files at.
- prefix
- String
Optional prefix for the generated file names.
Returns
String[]
The list of all saved files.