VersionInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VersionInfo()
VersionInfo(String, TrainingStatus, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, IDictionary<String, String>, Object, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
- ソース:
- VersionInfo.cs
- ソース:
- 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)
パラメーター
- version
- String
- trainingStatus
- TrainingStatus
- endpointUrl
- String
- assignedEndpointKey
- IDictionary<String,String>
- externalApiKeys
- Object
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET