nemo_microservices.types.v2.inference.provider_update_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.v2.inference.provider_update_params.ProviderUpdateParams#

Bases: typing_extensions.TypedDict

api_key: str#

None

The API key value itself. Will be stored in Secrets service.

description: str#

None

Optional description of the model provider

enabled_models: nemo_microservices._types.SequenceNotStr[str]#

None

Optional list of specific models to enable from this provider

host_url: typing_extensions.Required[str]#

None

The network endpoint URL for the model provider

model_deployment_id: str#

None

Optional reference to the ModelDeployment ID if this provider is associated with a deployment

namespace: typing_extensions.Required[str]#

None

project: str#

None

The URN of the project associated with this model provider

status: nemo_microservices.types.v2.inference.model_provider_status.ModelProviderStatus#

None

Status enum for ModelProvider objects.

status_message: str#

None

Status message