predictions property
ReplicatePrediction
get
predictions
This is the responsible member of the Replicate's predictions API, where you can call the methods to create, get, list and cancel predictions. Example:
Replicate.instance.predictions;
Implementation
ReplicatePrediction get predictions => ReplicatePrediction();