ExBifrost.Model.GetLogsCostHistogram200ResponseBucketsInner (ex_bifrost v0.1.0)

Copy Markdown View Source

Time-bucketed cost data with model breakdown

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetLogsCostHistogram200ResponseBucketsInner{
  by_model: %{optional(String.t()) => number()} | nil,
  timestamp: DateTime.t() | nil,
  total_cost: number() | nil
}

Functions

decode(value)