nemo_microservices.types.customization.dataset_cu_param_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.dataset_cu_param_param.DatasetCuParamParam#

Bases: typing_extensions.TypedDict

files_url: str#

None

The location where the artifact files are stored.

This can be a URL pointing to NDS, Hugging Face, S3, or any other accessible resource location.

name: str#

None

The name of the entity.

Must be unique inside the namespace. If not specified, it will be the same as the automatically generated id.

namespace: str#

None

The ID of the namespace of the entity.

This can be missing for namespace entities or in deployments that don’t use namespaces.