Class ModelSwitchRecord
public sealed record ModelSwitchRecord : IEquatable<ModelSwitchRecord>
- Inheritance
-
ModelSwitchRecord
- Implements
- Inherited Members
Constructors
ModelSwitchRecord(DateTimeOffset, string, string, string)
public ModelSwitchRecord(DateTimeOffset Timestamp, string ModelId, string ProviderName, string SwitchMode)
Parameters
TimestampDateTimeOffsetModelIdstringProviderNamestringSwitchModestring
Properties
ModelId
public string ModelId { get; init; }
Property Value
ProviderName
public string ProviderName { get; init; }
Property Value
SwitchMode
public string SwitchMode { get; init; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; init; }