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