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

Parameter[]

Constructors

ModelSettings()

public ModelSettings()

Methods

ToString()

public string ToString()

Returns

String

GetHashCode()

public int GetHashCode()

Returns

Int32

Equals(Object)

public bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(ModelSettings)

public bool Equals(ModelSettings other)

Parameters

other ModelSettings

Returns

Boolean

<Clone>$()

public ModelSettings <Clone>$()

Returns

ModelSettings