8 references to ProjectName
Microsoft.Extensions.AI.Evaluation.Safety (8)
ContentSafetyChatClient.cs (1)
42$"Project: {contentSafetyServiceConfiguration.ProjectName})";
ContentSafetyService.cs (2)
178$"/providers/Microsoft.MachineLearningServices/workspaces/{serviceConfiguration.ProjectName}"; 198$"/providers/Microsoft.MachineLearningServices/workspaces/{serviceConfiguration.ProjectName}" +
ContentSafetyService.UrlCacheKey.cs (3)
32other.Configuration.ProjectName == Configuration.ProjectName && 44Configuration.ProjectName,
ContentSafetyServiceConfiguration.cs (2)
54/// Gets the ID of the Azure subscription that contains the project identified by <see cref="ProjectName"/>. 59/// Gets the name of the Azure resource group that contains the project identified by <see cref="ProjectName"/>.