ModelInfoResponse Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ModelInfoResponse() | |
ModelInfoResponse(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>, IList<SubClosedListResponse>, String, String, String, IList<ExplicitListItem>) |
ModelInfoResponse()
- Source:
- ModelInfoResponse.cs
- Source:
- ModelInfoResponse.cs
public ModelInfoResponse ();
Public Sub New ()
Se aplica a
ModelInfoResponse(Guid, String, String, Nullable<Int32>, IList<EntityRole>, IList<ChildEntity>, IList<SubClosedListResponse>, String, String, String, IList<ExplicitListItem>)
- Source:
- ModelInfoResponse.cs
- Source:
- ModelInfoResponse.cs
public ModelInfoResponse (Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ChildEntity> children = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse> subLists = default, string customPrebuiltDomainName = default, string customPrebuiltModelName = default, string regexPattern = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExplicitListItem> explicitList = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelInfoResponse : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ChildEntity> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExplicitListItem> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelInfoResponse
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, Optional children As IList(Of ChildEntity) = Nothing, Optional subLists As IList(Of SubClosedListResponse) = Nothing, Optional customPrebuiltDomainName As String = Nothing, Optional customPrebuiltModelName As String = Nothing, Optional regexPattern As String = Nothing, Optional explicitList As IList(Of ExplicitListItem) = Nothing)
Parámetros
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
- children
- IList<ChildEntity>
- subLists
- IList<SubClosedListResponse>
- customPrebuiltDomainName
- String
- customPrebuiltModelName
- String
- regexPattern
- String
- explicitList
- IList<ExplicitListItem>
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET