SavedModelFiles 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.
Represents the files added for a model.
[System.Runtime.CompilerServices.Nullable(0)]
public class SavedModelFiles
public class SavedModelFiles
[<System.Runtime.CompilerServices.Nullable(0)>]
type SavedModelFiles = class
type SavedModelFiles = class
Public Class SavedModelFiles
- Inheritance
-
SavedModelFiles
- Attributes
Constructors
| Name | Description |
|---|---|
| SavedModelFiles(String, IEnumerable<String>) |
Initializes a new instance of the SavedModelFiles class. |
Properties
| Name | Description |
|---|---|
| AdditionalFiles |
Get the paths of additional files used by the model. |
| ContextFile |
Gets or sets the path of the file containing the DbContext. |