nemo_microservices.types.v2.inference.provider_create_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.v2.inference.provider_create_params.ProviderCreateParams#

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 being auto-created for a deployment

name: typing_extensions.Required[str]#

None

Name of the model provider

namespace: str#

None

The namespace of the model provider

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