PredictionQueryToken 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
PredictionQueryToken() |
Initializes a new instance of the PredictionQueryToken class. |
PredictionQueryToken(String, String, Int32, String, IList<PredictionQueryTag>, Nullable<Guid>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the PredictionQueryToken class. |
PredictionQueryToken()
- Source:
- PredictionQueryToken.cs
- Source:
- PredictionQueryToken.cs
Initializes a new instance of the PredictionQueryToken class.
public PredictionQueryToken ();
Public Sub New ()
Applies to
PredictionQueryToken(String, String, Int32, String, IList<PredictionQueryTag>, Nullable<Guid>, Nullable<DateTime>, Nullable<DateTime>, String)
- Source:
- PredictionQueryToken.cs
- Source:
- PredictionQueryToken.cs
Initializes a new instance of the PredictionQueryToken class.
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)
Parameters
- session
- String
- continuation
- String
- maxCount
- Int32
- orderBy
- String
Possible values include: 'Newest', 'Oldest', 'Suggested'
- tags
- IList<PredictionQueryTag>
- application
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET