SavedModelFiles Class

Definition

Represents the files added for a model.

public class SavedModelFiles
type SavedModelFiles = class
Public Class SavedModelFiles
Inheritance
SavedModelFiles

Constructors

SavedModelFiles(String, IEnumerable<String>)

Initializes a new instance of the SavedModelFiles class.

Properties

AdditionalFiles

Get the paths of additional files used by the model.

ContextFile

Gets or sets the path of the file containing the DbContext.

Applies to