HierarchicalModel コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HierarchicalModel()
public HierarchicalModel ();
Public Sub New ()
適用対象
HierarchicalModel(String, IList<String>, PrebuiltDomainObject, IList<String>)
public HierarchicalModel (string name = default, System.Collections.Generic.IList<string> children = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject inherits = default, System.Collections.Generic.IList<string> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel : string * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel
Public Sub New (Optional name As String = Nothing, Optional children As IList(Of String) = Nothing, Optional inherits As PrebuiltDomainObject = Nothing, Optional roles As IList(Of String) = Nothing)
パラメーター
- name
- String
- inherits
- PrebuiltDomainObject
適用対象
HierarchicalModel(String, IList<JsonChild>, IList<JsonModelFeatureInformation>, IList<String>, PrebuiltDomainObject)
public HierarchicalModel (string name = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> children = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonModelFeatureInformation> features = default, System.Collections.Generic.IList<string> roles = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject inherits = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonModelFeatureInformation> * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel
Public Sub New (Optional name As String = Nothing, Optional children As IList(Of JsonChild) = Nothing, Optional features As IList(Of JsonModelFeatureInformation) = Nothing, Optional roles As IList(Of String) = Nothing, Optional inherits As PrebuiltDomainObject = Nothing)
パラメーター
- name
- String
- features
- IList<JsonModelFeatureInformation>
- inherits
- PrebuiltDomainObject
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET