predictionIds property

List<String>? predictionIds
getter/setter pair

List of prediction IDs to include in the response.

Prediction ID is the one that developers provide with the new prediction card in UI. Leave this empty to return all predictions.

Implementation

core.List<core.String>? predictionIds;