ExBifrost.Model.ListModelsManagement200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

List models response

Summary

Types

t()

@type t() :: %ExBifrost.Model.ListModelsManagement200Response{
  models:
    [ExBifrost.Model.ListModelsManagement200ResponseModelsInner.t()] | nil,
  total: integer() | nil
}

Functions

decode(value)