IHostEnvironment.Register 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.
Create a host with the given registration name.
public Microsoft.ML.Runtime.IHost Register (string name, int? seed = default, bool? verbose = default);
abstract member Register : string * Nullable<int> * Nullable<bool> -> Microsoft.ML.Runtime.IHost
Public Function Register (name As String, Optional seed As Nullable(Of Integer) = Nothing, Optional verbose As Nullable(Of Boolean) = Nothing) As IHost
Parameters
- name
- String