LearningModel.Domain 属性

定义

模型的域。

public:
 property Platform::String ^ Domain { Platform::String ^ get(); };
winrt::hstring Domain();
public string Domain { get; }
var string = learningModel.domain;
Public ReadOnly Property Domain As String

属性值

String

Platform::String

winrt::hstring

模型的域。

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用具有桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于