SavedModelFiles.AdditionalFiles Property

Definition

Get the paths of additional files used by the model.

public virtual System.Collections.Generic.IList<string> AdditionalFiles { get; }
member this.AdditionalFiles : System.Collections.Generic.IList<string>
Public Overridable ReadOnly Property AdditionalFiles As IList(Of String)

Property Value

The paths of additional files used by the model.

Applies to