PredictionListResult interface
The response of list predictions operation.
Properties
next |
Link to the next set of results. |
value | Results of the list operation. |
Property Details
nextLink
Link to the next set of results.
nextLink?: string
Property Value
string
value
Results of the list operation.
value?: PredictionResourceFormat[]