nemo_microservices.types.customization.dataset_cu_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.customization.dataset_cu_param.DatasetCuParam(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- files_url: str | None#
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#
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#
None
The ID of the namespace of the entity.
This can be missing for namespace entities or in deployments that don’t use namespaces.