Scaling configuration for an inference endpoint.
Summary
Functions
Creates a ScalingConfig struct from an API response.
Types
@type t() :: %HfHub.InferenceEndpoints.ScalingConfig{ max_replica: pos_integer() | nil, min_replica: non_neg_integer() | nil, scale_to_zero_timeout: non_neg_integer() | nil }