nemo_microservices.types.customization.customization_config_filter#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.customization_config_filter.CustomizationConfigFilter(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

finetuning_type: Optional[str]#

None

Filter by the finetuning type

name: Optional[str]#

None

Filter by the name of the customization config

namespace: Optional[str]#

None

The namespace of the configuration

target_base_model: Optional[str]#

None

Filter by name of the target’s base model.

target_enabled: Optional[bool]#

None

Filter by whether the target is enabled or not for customization

target_name: Optional[str]#

None

Filter by name of the target.

training_type: Optional[str]#

None

Filter by the training type