1 write to ProjectName
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServiceConfiguration.cs (1)
132
ProjectName
= 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)
20
other.Configuration.
ProjectName
== Configuration.
ProjectName
&&
31
Configuration.
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
) &&