Expand description

This module contains the definition of the API responses by the Replicate API. The responses the documented in the HTTP API reference.

The API responses are defined as structs that implement the serde::Deserialize trait.

Structs

Enums

  • Source of the prediction, either from the API or from the web
  • Status of the prediction, either starting, processing, succeeded, failed or canceled
  • Events of the webhook, either start, output, logs or completed

Functions