次の方法で共有


ModelTrainingInfo コンストラクター

定義

オーバーロード

ModelTrainingInfo()
ModelTrainingInfo(Nullable<Guid>, ModelTrainingDetails)

ModelTrainingInfo()

ソース:
ModelTrainingInfo.cs
ソース:
ModelTrainingInfo.cs
public ModelTrainingInfo ();
Public Sub New ()

適用対象

ModelTrainingInfo(Nullable<Guid>, ModelTrainingDetails)

ソース:
ModelTrainingInfo.cs
ソース:
ModelTrainingInfo.cs
public ModelTrainingInfo (Guid? modelId = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingDetails details = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingInfo : Nullable<Guid> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingDetails -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingInfo
Public Sub New (Optional modelId As Nullable(Of Guid) = Nothing, Optional details As ModelTrainingDetails = Nothing)

パラメーター

modelId
Nullable<Guid>

適用対象