ModelSettings
March 18, 2026 ยท View on GitHub
Namespace: Microsoft.AI.Foundry.Local
public class ModelSettings : System.IEquatable`1[[Microsoft.AI.Foundry.Local.ModelSettings, Microsoft.AI.Foundry.Local, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object โ ModelSettings
Implements IEquatable<ModelSettings>
Attributes NullableContextAttribute, NullableAttribute
Properties
Parameters
public Parameter[] Parameters { get; set; }
Property Value
Constructors
ModelSettings()
public ModelSettings()
Methods
ToString()
public string ToString()
Returns
GetHashCode()
public int GetHashCode()
Returns
Equals(Object)
public bool Equals(object obj)
Parameters
obj Object
Returns
Equals(ModelSettings)
public bool Equals(ModelSettings other)
Parameters
other ModelSettings
Returns
<Clone>$()
public ModelSettings <Clone>$()