Table of Contents

Class RecentSessionRow

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll

Recent session row for the overview table.

public sealed record RecentSessionRow : IEquatable<RecentSessionRow>
Inheritance
RecentSessionRow
Implements
Inherited Members

Properties

Model

public string Model { get; init; }

Property Value

string

SessionKey

public string SessionKey { get; init; }

Property Value

string

TimeAgo

public string TimeAgo { get; init; }

Property Value

string

Methods

From(SessionInfo)

public static RecentSessionRow From(SessionInfo s)

Parameters

s SessionInfo

Returns

RecentSessionRow