Share via


MLContextExtensions.CancelExecution(MLContext) Method

Definition

Stop the execution of pipeline in MLContext

public static void CancelExecution(this Microsoft.ML.MLContext ctx);
static member CancelExecution : Microsoft.ML.MLContext -> unit
<Extension()>
Public Sub CancelExecution (ctx As MLContext)

Parameters

ctx
MLContext

MLContext reference.

Applies to