ASM.InferenceEndpoint.RuntimeConfig (ASM v0.10.0)

Copy Markdown View Source

Supervised runtime override owner for inference endpoint tests and examples.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

configure!(opts)

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

current()

@spec current() :: keyword()

reset()

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

start_link(opts)

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