Progress(ProgressState, String, Int32) Constructor
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.
Construct the Progress object using the progress state, message and the value.
public Progress(Microsoft.ML.Tokenizers.ProgressState state, string? message, int value);
new Microsoft.ML.Tokenizers.Progress : Microsoft.ML.Tokenizers.ProgressState * string * int -> Microsoft.ML.Tokenizers.Progress
Public Sub New (state As ProgressState, message As String, value As Integer)
Parameters
- state
- ProgressState
- message
- String
- value
- Int32