nemo_microservices.types.external_endpoint_config_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.external_endpoint_config_param.ExternalEndpointConfigParam#

Bases: typing_extensions.TypedDict

api_key: str#

None

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

enabled_models: nemo_microservices._types.SequenceNotStr[str]#

None

host_url: typing_extensions.Required[str]#

None

The external host URL.