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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET