Share via


AutoMLExperimentExtension.SetCheckpoint(AutoMLExperiment, String) Method

Definition

Set checkpoint folder for AutoMLExperiment. The checkpoint folder will be used to save temporary output, run history and many other stuff which will be used for restoring training process from last checkpoint and continue training.

public static Microsoft.ML.AutoML.AutoMLExperiment SetCheckpoint (this Microsoft.ML.AutoML.AutoMLExperiment experiment, string folder);
static member SetCheckpoint : Microsoft.ML.AutoML.AutoMLExperiment * string -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetCheckpoint (experiment As AutoMLExperiment, folder As String) As AutoMLExperiment

Parameters

folder
String

checkpoint folder. This folder will be created if not exist.

Returns

AutoMLExperiment

Applies to