Request to update an existing model config. Scope and scope_id are identity fields and cannot be changed.
Summary
Types
@type t() :: %ExBifrost.Model.UpdateModelConfigRequest{ budgets: [ExBifrost.Model.CreateBudgetRequest.t()] | nil, model_name: String.t() | nil, provider: String.t() | nil, rate_limit: ExBifrost.Model.UpdateRateLimitRequest.t() | nil }