ExBifrost.Model.GetLogsCostHistogram200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Time-bucketed cost histogram with model breakdown

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetLogsCostHistogram200Response{
  bucket_size_seconds: integer() | nil,
  buckets:
    [ExBifrost.Model.GetLogsCostHistogram200ResponseBucketsInner.t()] | nil,
  models: [String.t()] | nil
}

Functions

decode(value)