# `ASM.InferenceEndpoint.RuntimeConfig`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.10.0/lib/asm/inference_endpoint/runtime_config.ex#L1)

Supervised runtime override owner for inference endpoint tests and examples.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `configure!`

```elixir
@spec configure!(keyword()) :: :ok
```

# `current`

```elixir
@spec current() :: keyword()
```

# `reset`

```elixir
@spec reset() :: :ok | {:error, :not_started}
```

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
