Class DebugOutput
Inherited Members
Namespace: Glitch9.AIDevKit.xAI
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public class DebugOutput
Properties
| Edit this page View SourceAttempts
Number of attempts made to the model.
Declaration
[JsonProperty("attempts")]
public int Attempts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CacheReadCount
Number of cache reads
Declaration
[JsonProperty("cache_read_count")]
public int CacheReadCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CacheReadInputBytes
Size of cache read
Declaration
[JsonProperty("cache_read_input_bytes")]
public int CacheReadInputBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CacheWriteCount
Number of cache writes
Declaration
[JsonProperty("cache_write_count")]
public int CacheWriteCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CacheWriteInputBytes
Size of cache write
Declaration
[JsonProperty("cache_write_input_bytes")]
public int CacheWriteInputBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |