EntityModelInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EntityModelInfo() | |
EntityModelInfo(Guid, String, String, Nullable<Int32>, IList<EntityRole>) |
EntityModelInfo()
- Quelle:
- EntityModelInfo.cs
- Quelle:
- EntityModelInfo.cs
public EntityModelInfo ();
Public Sub New ()
Gilt für:
EntityModelInfo(Guid, String, String, Nullable<Int32>, IList<EntityRole>)
- Quelle:
- EntityModelInfo.cs
- Quelle:
- EntityModelInfo.cs
public EntityModelInfo (Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelInfo : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelInfo
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional roles As IList(Of EntityRole) = Nothing)
Parameter
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET