MLContext.TryGetOption<T>(String, T) 方法

定義

public bool TryGetOption<T>(string name, out T value);
abstract member TryGetOption : string * 'T -> bool
override this.TryGetOption : string * 'T -> bool
Public Function TryGetOption(Of T) (name As String, ByRef value As T) As Boolean

類型參數

T

參數

name
String
value
T

傳回

適用於