6 references to GetTypeInfo
Microsoft.Extensions.AI.Evaluation.Reporting (6)
JsonSerialization\JsonUtilities.cs (6)
19
internal static JsonTypeInfo<Dataset> DatasetTypeInfo => Options.
GetTypeInfo
<Dataset>();
20
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo => Options.
GetTypeInfo
<CacheEntry>();
21
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo => Options.
GetTypeInfo
<ScenarioRunResult>();
28
internal static JsonTypeInfo<Dataset> DatasetTypeInfo => Options.
GetTypeInfo
<Dataset>();
29
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo => Options.
GetTypeInfo
<CacheEntry>();
30
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo => Options.
GetTypeInfo
<ScenarioRunResult>();