Skip to content

Commit ff3b1b9

Browse files
Update ExperimentSettings.cs (#6663)
1 parent 4f0afc3 commit ff3b1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.AutoML/API/ExperimentSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public abstract class ExperimentSettings
5959

6060
public double? MaximumMemoryUsageInMegaByte { get; set; }
6161

62-
internal int MaxModels;
62+
public int MaxModels;
6363

6464
/// <summary>
6565
/// Initializes a new instance of <see cref="ExperimentSettings"/>.

0 commit comments

Comments
 (0)