Skip to content

Commit

Permalink
Make TrainingAnalyticsSideChannel internal (#4999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Elion authored Feb 24, 2021
1 parent 091940b commit ad620ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Unity.MLAgents.SideChannels
/// <summary>
/// Side Channel implementation for recording which training features are being used.
/// </summary>
public class TrainingAnalyticsSideChannel : SideChannel
internal class TrainingAnalyticsSideChannel : SideChannel
{
const string k_TrainingAnalyticsConfigId = "b664a4a9-d86f-5a5f-95cb-e8353a7e8356";

Expand Down

0 comments on commit ad620ec

Please sign in to comment.