Skip to content

Commit

Permalink
Update ExperimentSettings.cs (#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud authored May 8, 2023
1 parent 4f0afc3 commit ff3b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML.AutoML/API/ExperimentSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public abstract class ExperimentSettings

public double? MaximumMemoryUsageInMegaByte { get; set; }

internal int MaxModels;
public int MaxModels;

/// <summary>
/// Initializes a new instance of <see cref="ExperimentSettings"/>.
Expand Down

0 comments on commit ff3b1b9

Please sign in to comment.