We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091940b commit ad620ecCopy full SHA for ad620ec
com.unity.ml-agents/Runtime/SideChannels/TrainingAnalyticsSideChannel.cs
@@ -8,7 +8,7 @@ namespace Unity.MLAgents.SideChannels
8
/// <summary>
9
/// Side Channel implementation for recording which training features are being used.
10
/// </summary>
11
- public class TrainingAnalyticsSideChannel : SideChannel
+ internal class TrainingAnalyticsSideChannel : SideChannel
12
{
13
const string k_TrainingAnalyticsConfigId = "b664a4a9-d86f-5a5f-95cb-e8353a7e8356";
14
0 commit comments