ExBifrost.Model.AsyncJobResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

Response returned when creating or polling an async job

Summary

Types

t()

@type t() :: %ExBifrost.Model.AsyncJobResponse{
  completed_at: DateTime.t() | nil,
  created_at: DateTime.t(),
  error: ExBifrost.Model.BifrostError.t() | nil,
  expires_at: DateTime.t() | nil,
  id: String.t(),
  result: any() | nil,
  status: ExBifrost.Model.AsyncJobStatus.t(),
  status_code: integer() | nil
}

Functions

decode(value)