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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET