12 references to PropertyValues
Microsoft.Extensions.AI.Evaluation.Console (12)
Commands\CleanCacheCommand.cs (2)
45
telemetryProperties[PropertyNames.StorageType] =
PropertyValues
.StorageTypeDisk;
54
telemetryProperties[PropertyNames.StorageType] =
PropertyValues
.StorageTypeAzure;
Commands\CleanResultsCommand.cs (2)
49
telemetryProperties[PropertyNames.StorageType] =
PropertyValues
.StorageTypeDisk;
58
telemetryProperties[PropertyNames.StorageType] =
PropertyValues
.StorageTypeAzure;
Commands\ReportCommand.cs (4)
59
telemetryProperties[PropertyNames.StorageType] =
PropertyValues
.StorageTypeDisk;
68
telemetryProperties[PropertyNames.StorageType] =
PropertyValues
.StorageTypeAzure;
304
[PropertyNames.Model] = model.ToTelemetryPropertyValue(defaultValue:
PropertyValues
.Unknown),
306
modelProvider.ToTelemetryPropertyValue(defaultValue:
PropertyValues
.Unknown),
Telemetry\TelemetryExtensions.cs (4)
17
value ? TelemetryConstants.
PropertyValues
.True : TelemetryConstants.
PropertyValues
.False;
169
properties.Add(TelemetryConstants.PropertyNames.Success, TelemetryConstants.
PropertyValues
.True);
204
properties.Add(TelemetryConstants.PropertyNames.Success, TelemetryConstants.
PropertyValues
.False);