Table of Contents

Property IsInUse

Namespace
LMKit.Inference
Assembly
LM-Kit.NET.dll

IsInUse

Gets a value indicating whether the context is actively held by a session or an in-flight request (true), or sits idle in the recycle pool kept warm for reuse (false).

public bool IsInUse { get; }

Property Value

bool
Share