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