ExternalEndpointConfig#

class nemo_microservices.types.ExternalEndpointConfig(*args: Any, **kwargs: Any)

Bases: BaseModel

host_url: str

The external host URL.

api_key: str | None = None

The API key that should be used to access the endpoint.

enabled_models: List[str] | None = None