4 references to Options
Microsoft.Extensions.AI.Evaluation.Reporting (4)
JsonSerialization\JsonUtilities.cs (4)
20
internal static JsonTypeInfo<Dataset> DatasetTypeInfo =>
Options
.GetTypeInfo<Dataset>();
21
internal static JsonTypeInfo<CacheEntry> CacheEntryTypeInfo =>
Options
.GetTypeInfo<CacheEntry>();
22
internal static JsonTypeInfo<CacheOptions> CacheOptionsTypeInfo =>
Options
.GetTypeInfo<CacheOptions>();
23
internal static JsonTypeInfo<ScenarioRunResult> ScenarioRunResultTypeInfo =>
Options
.GetTypeInfo<ScenarioRunResult>();