1 write to ProjectName
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServiceConfiguration.cs (1)
138ProjectName = Throw.IfNullOrWhitespace(projectName);
10 references to ProjectName
Microsoft.Extensions.AI.Evaluation.Safety (10)
ContentSafetyService.cs (2)
183$"/providers/Microsoft.MachineLearningServices/workspaces/{serviceConfiguration.ProjectName}"; 208$"/providers/Microsoft.MachineLearningServices/workspaces/{serviceConfiguration.ProjectName}" +
ContentSafetyService.UrlCacheKey.cs (3)
33other.Configuration.ProjectName == Configuration.ProjectName && 47Configuration.ProjectName,
ContentSafetyServiceConfiguration.cs (5)
29/// <see cref="ResourceGroupName"/>, and the <see cref="ProjectName"/> for the project. Non-Hub-based projects, on the 45/// Gets the ID of the Azure subscription that contains the project identified by <see cref="ProjectName"/> if the 51/// Gets the name of the Azure resource group that contains the project identified by <see cref="ProjectName"/> if 82[MemberNotNullWhen(true, nameof(SubscriptionId), nameof(ResourceGroupName), nameof(ProjectName))] 87!string.IsNullOrWhiteSpace(ProjectName) &&