Model configuration for an inference endpoint.
Creates a ModelConfig struct from an API response.
@type t() :: %HfHub.InferenceEndpoints.ModelConfig{ framework: String.t() | nil, image: map() | nil, repository: String.t() | nil, revision: String.t() | nil, task: String.t() | nil }
@spec from_response(map()) :: t()