6 references to GetTypeInfo
Microsoft.Extensions.AI.Evaluation.Reporting (6)
JsonSerialization\JsonUtilities.cs (6)
17
internal static JsonTypeInfo<Dataset> DatasetTypeInfo => Options.
GetTypeInfo
<Dataset>();
18
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo => Options.
GetTypeInfo
<CacheEntry>();
19
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo => Options.
GetTypeInfo
<ScenarioRunResult>();
25
internal static JsonTypeInfo<Dataset> DatasetTypeInfo => Options.
GetTypeInfo
<Dataset>();
26
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo => Options.
GetTypeInfo
<CacheEntry>();
27
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo => Options.
GetTypeInfo
<ScenarioRunResult>();