VersionInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VersionInfo()
VersionInfo(String, TrainingStatus, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, IDictionary<String, String>, Object, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
- Source:
- VersionInfo.cs
- Source:
- VersionInfo.cs
public VersionInfo (string version, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.TrainingStatus trainingStatus, DateTime? createdDateTime = default, DateTime? lastModifiedDateTime = default, DateTime? lastTrainedDateTime = default, DateTime? lastPublishedDateTime = default, string endpointUrl = default, System.Collections.Generic.IDictionary<string,string> assignedEndpointKey = default, object externalApiKeys = default, int? intentsCount = default, int? entitiesCount = default, int? endpointHitsCount = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.VersionInfo : string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.TrainingStatus * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IDictionary<string, string> * obj * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.VersionInfo
Public Sub New (version As String, trainingStatus As TrainingStatus, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedDateTime As Nullable(Of DateTime) = Nothing, Optional lastTrainedDateTime As Nullable(Of DateTime) = Nothing, Optional lastPublishedDateTime As Nullable(Of DateTime) = Nothing, Optional endpointUrl As String = Nothing, Optional assignedEndpointKey As IDictionary(Of String, String) = Nothing, Optional externalApiKeys As Object = Nothing, Optional intentsCount As Nullable(Of Integer) = Nothing, Optional entitiesCount As Nullable(Of Integer) = Nothing, Optional endpointHitsCount As Nullable(Of Integer) = Nothing)
Parameters
- version
- String
- trainingStatus
- TrainingStatus
- endpointUrl
- String
- assignedEndpointKey
- IDictionary<String,String>
- externalApiKeys
- Object
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET