MLContext.IProgressChannelProvider.StartProgressChannel(String) Method

Definition

Microsoft.ML.Runtime.IProgressChannel IProgressChannelProvider.StartProgressChannel (string name);
abstract member Microsoft.ML.Runtime.IProgressChannelProvider.StartProgressChannel : string -> Microsoft.ML.Runtime.IProgressChannel
override this.Microsoft.ML.Runtime.IProgressChannelProvider.StartProgressChannel : string -> Microsoft.ML.Runtime.IProgressChannel
Function StartProgressChannel (name As String) As IProgressChannel Implements IProgressChannelProvider.StartProgressChannel

Parameters

name
String

Returns

Implements

Applies to