ITrialRunner.RunAsync(TrialSettings, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.ML.AutoML.TrialResult> RunAsync (Microsoft.ML.AutoML.TrialSettings settings, System.Threading.CancellationToken ct);
abstract member RunAsync : Microsoft.ML.AutoML.TrialSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ML.AutoML.TrialResult>
Public Function RunAsync (settings As TrialSettings, ct As CancellationToken) As Task(Of TrialResult)
Parameters
- settings
- TrialSettings