PredictionQueryToken コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PredictionQueryToken() |
PredictionQueryToken クラスの新しいインスタンスを初期化します。 |
PredictionQueryToken(String, String, Int32, String, IList<PredictionQueryTag>, Nullable<Guid>, Nullable<DateTime>, Nullable<DateTime>, String) |
PredictionQueryToken クラスの新しいインスタンスを初期化します。 |
PredictionQueryToken()
PredictionQueryToken クラスの新しいインスタンスを初期化します。
public PredictionQueryToken();
Public Sub New ()
適用対象
PredictionQueryToken(String, String, Int32, String, IList<PredictionQueryTag>, Nullable<Guid>, Nullable<DateTime>, Nullable<DateTime>, String)
PredictionQueryToken クラスの新しいインスタンスを初期化します。
public PredictionQueryToken(string session = default, string continuation = default, int maxCount = 0, string orderBy = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryTag> tags = default, Guid? iterationId = default, DateTime? startTime = default, DateTime? endTime = default, string application = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryToken : string * string * int * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryTag> * Nullable<Guid> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.PredictionQueryToken
Public Sub New (Optional session As String = Nothing, Optional continuation As String = Nothing, Optional maxCount As Integer = 0, Optional orderBy As String = Nothing, Optional tags As IList(Of PredictionQueryTag) = Nothing, Optional iterationId As Nullable(Of Guid) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional application As String = Nothing)
パラメーター
- session
- String
- continuation
- String
- maxCount
- Int32
- orderBy
- String
使用可能な値には、'Newest'、'Oldest'、'Suggested' などがあります。
- tags
- IList<PredictionQueryTag>
- application
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET